Package | Description |
---|---|
org.apache.ignite.ml.selection.cv |
Root package for cross-validation algorithms.
|
org.apache.ignite.ml.selection.paramgrid |
Root package for parameter grid.
|
Modifier and Type | Method and Description |
---|---|
CrossValidationResult |
CrossValidation.score(DatasetTrainer<M,L> trainer,
Metric<L> scoreCalculator,
Ignite ignite,
IgniteCache<K,V> upstreamCache,
IgniteBiPredicate<K,V> filter,
IgniteBiFunction<K,V,Vector> featureExtractor,
IgniteBiFunction<K,V,L> lbExtractor,
int cv,
ParamGrid paramGrid)
Computes cross-validated metrics with a passed parameter grid.
|
Modifier and Type | Method and Description |
---|---|
ParamGrid |
ParamGrid.addHyperParam(String paramName,
Double[] params)
Adds a grid for the specific hyper parameter.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019