Package org.tribuo.classification.sgd
Class Util.SequenceExampleArray
java.lang.Object
org.tribuo.classification.sgd.Util.SequenceExampleArray
- Enclosing class:
- Util
A nominal tuple. One day it'll be a record, but not today.
-
Field Summary
-
Method Summary
-
Field Details
-
features
The array of sequence example features. -
labels
public final int[][] labelsThe sequence example label indices. -
weights
public final double[] weightsThe sequence example weights.
-