Package | Description |
---|---|
cs2.introml |
Modifier and Type | Class and Description |
---|---|
class |
DenseExample
An array-backed example, useful in situations
in which most if not all features are non-zero.
|
class |
SparseExample
Implements an example by storing index/value pairs,
useful in situations where many/most of the example
features are 0
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Example> |
ListDataSet.iterator() |
java.util.Iterator<Example> |
HiddenPatternDataSet.iterator() |