Open asbisen opened 6 years ago
This fix changes the interface to confusmat from
confusmat
confusmat(k::Integer, gts::IntegerVector, preds::IntegerVector)
to
function confusmat(gts::IntegerVector, preds::IntegerVector)
here k is calculated automatically.
k
It would be nice if this pull request was merged with master.
i somehow still get the same issue even now,somehow
This fix changes the interface to
confusmat
fromto
here
k
is calculated automatically.