Uses of Interface
cc.mallet.optimize.Optimizable.ByBatchGradient
-
Packages that use Optimizable.ByBatchGradient Package Description cc.mallet.optimize Classes for finding the maximum of a function. -
-
Uses of Optimizable.ByBatchGradient in cc.mallet.optimize
Methods in cc.mallet.optimize with parameters of type Optimizable.ByBatchGradient Modifier and Type Method Description boolean
OptimizerEvaluator.ByBatchGradient. evaluate(Optimizable.ByBatchGradient maxable, int iter, int sampleId, int numSamples, int[] sampleAssns)
Performs some operation at the end of every batch.Constructors in cc.mallet.optimize with parameters of type Optimizable.ByBatchGradient Constructor Description StochasticMetaAscent(Optimizable.ByBatchGradient maxable)
-