79141558

Date: 2024-10-30 14:39:31
Score: 0.5
Natty:
Report link

I recently had a similar interpretation question and found these toy examples in R useful:

> aricode::ARI(c(1,1,2,2), c(1,1,2,2))
[1] 1
> aricode::ARI(c(1,1,2,2), c(2,2,1,1))
[1] 1
> aricode::ARI(c(1,1,2,2), c(1,2,1,2))
[1] -0.5
> aricode::ARI(c(1,1,2,1), c(1,2,1,2))
[1] 0
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: coulminer