Package io.trino.plugin.ml
Interface EvaluateClassifierPredictionsState
- All Superinterfaces:
AccumulatorState
- All Known Implementing Classes:
EvaluateClassifierPredictionsStateFactory.GroupedEvaluateClassifierPredictionsState,EvaluateClassifierPredictionsStateFactory.SingleEvaluateClassifierPredictionsState
-
Method Summary
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
addMemoryUsage
void addMemoryUsage(int memory) -
getTruePositives
-
getFalsePositives
-
getFalseNegatives
-