- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AnomalyDetectionPrediction, AutoEncoderModelPrediction, BinomialModelPrediction, ClusteringModelPrediction, CoxPHModelPrediction, DimReductionModelPrediction, MultinomialModelPrediction, OrdinalModelPrediction, RegressionModelPrediction, TargetEncoderPrediction, UpliftBinomialModelPrediction, Word2VecPrediction
public abstract class AbstractPrediction
extends java.lang.Object
implements java.io.Serializable
Predictions from generated models for individual new data points derive from this class.
Every model has a getModelCategory() method, and the prediction type supported by that model corresponds to the
model category.
- See Also:
- Serialized Form