Package | Description |
---|---|
org.neuroph.core.data |
Provides data set related classes and manipulation methods.
|
org.neuroph.eval | |
org.neuroph.util.data.sample |
Provides data sampling techniques
|
Modifier and Type | Method and Description |
---|---|
List<DataSet> |
DataSet.sample(Sampling sampling) |
Modifier and Type | Method and Description |
---|---|
Sampling |
CrossValidation.getSampling() |
Modifier and Type | Method and Description |
---|---|
void |
CrossValidation.setSampling(Sampling sampling) |
Modifier and Type | Class and Description |
---|---|
class |
SubSampling
This class provides subsampling of a data set, and creates a specified number of subsets of a
specified number of samples form given data set.
|
Copyright © 2017 Neuroph Project. All rights reserved.