Uses of Class
org.tribuo.classification.sgd.Util.ExampleArray
Package
Description
Provides infrastructure for Stochastic Gradient Descent for classification problems.
-
Uses of Util.ExampleArray in org.tribuo.classification.sgd
Modifier and TypeMethodDescriptionstatic Util.ExampleArray
Util.shuffle
(SparseVector[] features, int[] labels, double[] weights, SplittableRandom rng) Shuffles the features, labels and weights returning a tuple of the shuffled inputs.