| Package | Description |
|---|---|
| smile.data |
Data and attribute encapsulation classes.
|
| Modifier and Type | Method and Description |
|---|---|
Datum<SparseArray> |
SparseDataset.get(int i)
Returns the element at the specified position in this dataset.
|
Datum<E> |
Dataset.get(int i)
Returns the element at the specified position in this dataset.
|
Datum<SparseArray> |
SparseDataset.remove(int i)
Removes the element at the specified position in this dataset.
|
Datum<E> |
Dataset.remove(int i)
Removes the element at the specified position in this dataset.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Datum<SparseArray>> |
SparseDataset.iterator()
Returns an iterator over the elements in this dataset in proper sequence.
|
Iterator<Datum<E>> |
Dataset.iterator()
Returns an iterator over the elements in this dataset in proper sequence.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dataset.add(Datum<E> x)
Add a datum item into the dataset.
|
void |
BinarySparseDataset.add(Datum<int[]> datum)
Add a datum item into the dataset.
|
Copyright © 2015. All rights reserved.