Uses of Class
org.tribuo.classification.sgd.Util.SequenceExampleArray
Packages that use Util.SequenceExampleArray
Package
Description
Provides infrastructure for Stochastic Gradient Descent for classification problems.
-
Uses of Util.SequenceExampleArray in org.tribuo.classification.sgd
Methods in org.tribuo.classification.sgd that return Util.SequenceExampleArrayModifier and TypeMethodDescriptionstatic Util.SequenceExampleArray
Util.shuffle
(SGDVector[][] features, int[][] labels, double[] weights, SplittableRandom rng) Shuffles a sequence of features, labels and weights, returning a tuple of the shuffled values.