public abstract class BinaryClassificationMetric<L extends Serializable> extends Object implements Metric<L,BinaryClassificationEvaluationContext<L>,BinaryClassificationPointwiseMetricStatsAggregator<L>>
Constructor and Description |
---|
BinaryClassificationMetric()
Creates an instance of BinaryClassificationMetric.
|
BinaryClassificationMetric(L truthLabel,
L falseLabel)
Creates an instance of BinaryClassificationMetric.
|
Modifier and Type | Method and Description |
---|---|
BinaryClassificationPointwiseMetricStatsAggregator<L> |
makeAggregator()
Creates statistics aggregator.
|
public BinaryClassificationMetric(L truthLabel, L falseLabel)
truthLabel
- User provided truth label.falseLabel
- User provided false label.public BinaryClassificationMetric()
public BinaryClassificationPointwiseMetricStatsAggregator<L> makeAggregator()
makeAggregator
in interface Metric<L extends Serializable,BinaryClassificationEvaluationContext<L extends Serializable>,BinaryClassificationPointwiseMetricStatsAggregator<L extends Serializable>>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020