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