Package io.trino.plugin.ml
Class EvaluateClassifierPredictionsStateFactory
java.lang.Object
io.trino.plugin.ml.EvaluateClassifierPredictionsStateFactory
- All Implemented Interfaces:
AccumulatorStateFactory<EvaluateClassifierPredictionsState>
public class EvaluateClassifierPredictionsStateFactory
extends Object
implements AccumulatorStateFactory<EvaluateClassifierPredictionsState>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
EvaluateClassifierPredictionsStateFactory
public EvaluateClassifierPredictionsStateFactory()
-
-
Method Details
-
createSingleState
- Specified by:
createSingleStatein interfaceAccumulatorStateFactory<EvaluateClassifierPredictionsState>
-
createGroupedState
- Specified by:
createGroupedStatein interfaceAccumulatorStateFactory<EvaluateClassifierPredictionsState>
-