public class Recall<L extends Serializable> extends BinaryClassificationMetric<L>
Constructor and Description |
---|
Recall()
Creates an instance Recall class.
|
Recall(L truthLabel,
L falseLabel)
Creates an instance Recall class.
|
Modifier and Type | Method and Description |
---|---|
Recall<L> |
initBy(BinaryClassificationPointwiseMetricStatsAggregator<L> aggr)
Initializes metric value by statistics aggregator.
|
MetricName |
name()
Returns metric name.
|
double |
value()
Returns metric value.
|
makeAggregator
public Recall(L truthLabel, L falseLabel)
truthLabel
- Truth label.falseLabel
- False label.public Recall()
public Recall<L> initBy(BinaryClassificationPointwiseMetricStatsAggregator<L> aggr)
aggr
- Aggregator.public double value()
public MetricName name()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021