Package io.trino.plugin.ml
Interface Model
- All Known Subinterfaces:
Classifier<T>,FeatureTransformation,Regressor
- All Known Implementing Classes:
AbstractFeatureTransformation,AbstractSvmModel,ClassifierFeatureTransformer,FeatureUnitNormalizer,FeatureVectorUnitNormalizer,RegressorFeatureTransformer,StringClassifierAdapter,SvmClassifier,SvmRegressor
public interface Model
-
Method Summary
-
Method Details
-
getType
ModelType getType() -
getSerializedData
byte[] getSerializedData() -
train
-