Class AbstractSGDModel.PredAndActive
java.lang.Object
org.tribuo.common.sgd.AbstractSGDModel.PredAndActive
- Enclosing class:
AbstractSGDModel<T extends Output<T>>
A nominal tuple used to capture the prediction and the number of active features used by the model.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
prediction
-
numActiveFeatures
public final int numActiveFeatures
-