Modifier and Type | Field and Description |
---|---|
SparseVector[][] |
features |
int[][] |
labels |
double[] |
weights |
Constructor and Description |
---|
SequenceExampleArray(SparseVector[][] features,
int[][] labels,
double[] weights) |
public final SparseVector[][] features
public final int[][] labels
public final double[] weights
public SequenceExampleArray(SparseVector[][] features, int[][] labels, double[] weights)
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.