- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AutoEncoderModelPrediction, BinomialModelPrediction, ClusteringModelPrediction, DimReductionModelPrediction, MultinomialModelPrediction, RegressionModelPrediction, 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