Package | Description |
---|---|
org.tribuo.classification.sgd |
Provides infrastructure for Stochastic Gradient Descent for classification problems.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.