Uses of Class
org.tribuo.classification.sgd.Util.SequenceExampleArray
Package
Description
Provides infrastructure for Stochastic Gradient Descent for classification problems.
-
Uses of Util.SequenceExampleArray in org.tribuo.classification.sgd
Modifier 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.