Package | Description |
---|---|
gov.sandia.cognition.learning.data |
Provides data set utilities for learning.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RandomizedDataPartitioner<DataType>
The
RandomizedDataPartitioner extends a DataPartitioner to
indicate that is it is randomized, which means that its partitions are based
(at least in part) on an underlying random number generator. |
Modifier and Type | Class and Description |
---|---|
class |
RandomDataPartitioner<DataType>
The
RandomDataPartitioner class implements a randomized data
partitioner that takes a collection of data and randomly splits it into
training and testing sets based on a fixed percentage of training data. |