Uses of Class
org.tribuo.common.sgd.AbstractSGDModel.PredAndActive
Package
Description
Provides the base classes for models trained with stochastic gradient descent.
-
Uses of AbstractSGDModel.PredAndActive in org.tribuo.common.sgd
Modifier and TypeMethodDescriptionprotected AbstractSGDModel.PredAndActive
AbstractSGDModel.predictSingle
(Example<T> example) Generates the dense vector prediction from the supplied example.