| Package | Description |
|---|---|
| org.apache.ignite.ml.structures |
Contains some internal utility structures.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dataset<Row extends DatasetRow>
Class for set of vectors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LabeledVector<V extends Vector,L>
Class for vector with label.
|
class |
LabeledVectorDouble<V extends Vector>
Labeled vector specialized to double label.
|
| Modifier and Type | Field and Description |
|---|---|
protected Row[] |
Dataset.data
Data to keep.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetRow[] |
Dataset.data() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dataset.setData(Row[] data) |
| Constructor and Description |
|---|
Dataset(Row[] data)
Creates new Dataset by given data.
|
Dataset(Row[] data,
FeatureMetadata[] meta)
Creates new Dataset by given data.
|
Dataset(Row[] data,
int colSize)
Creates new Dataset by given data.
|
Dataset(Row[] data,
String[] featureNames,
int colSize)
Creates new Dataset by given data.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018