public abstract class Prediction extends Object implements Serializable
NumericPrediction
,
CategoricalPrediction
,
Serialized FormModifier and Type | Method and Description |
---|---|
int |
getCount() |
abstract FeatureType |
getFeatureType() |
abstract String |
toString() |
abstract void |
update(Example train) |
public final int getCount()
public abstract FeatureType getFeatureType()
public abstract void update(Example train)
Copyright © 2014–2018. All rights reserved.