T - The attribute type of the target that this APredictiveModel predicts.V - The value type of the target that this APredictiveModel predicts.I - The type of the instances stored in the data set specified by the generic parameter D - The type of the data set used to learn from and predict batches.public abstract class APredictiveModel<T,V,I,D extends IDataset<I>> extends java.lang.Object implements IPredictiveModel<V,I,D>
IPredictiveModel to be able to construct
prediction of the given | Constructor and Description |
|---|
APredictiveModel() |
| Modifier and Type | Method and Description |
|---|---|
T |
getTargetType()
Getter method for the given
targetType. |
void |
setTargetType(T targetType)
Setter method for the given
targetType. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfiguration, predict, predict, setConfigurationpublic T getTargetType()
targetType.public void setTargetType(T targetType)
targetType.targetType - The target type used for generating predictions