Documentation of 'jsat.classifiers.evaluation.SimpleBinaryClassMetric' Java class
SimpleBinaryClassMetric
jsat.classifiers.evaluation

Class SimpleBinaryClassMetric

  • All Implemented Interfaces:
    java.io.Serializable, ClassificationScore
    Direct Known Subclasses:
    F1Score, FbetaScore, MatthewsCorrelationCoefficient, Precision, Recall


    public abstract class SimpleBinaryClassMetric
    extends java.lang.Object
    implements ClassificationScore
    This is a base class for scores that can be computed from simple counts of the true positives, true negatives, false positives, and false negatives. The class with index zero will be considered the positive class and the class with the first index will be the negative class.

    By default this class assumes higher scores are better
    See Also:
    Serialized Form
    • Constructor Detail

      • SimpleBinaryClassMetric

        public SimpleBinaryClassMetric()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.