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