M
- Type of model.K
- Type of a key in upstream
data.V
- Type of a value in upstream
data.public class CrossValidation<M extends IgniteModel<Vector,Double>,K,V> extends AbstractCrossValidation<M,K,V>
AbstractCrossValidation.TaskResult
amountOfFolds, envBuilder, environment, filter, isRunningOnPipeline, mapper, metric, paramGrid, parts, pipeline, preprocessor, trainer
Constructor and Description |
---|
CrossValidation() |
Modifier and Type | Method and Description |
---|---|
double[] |
scoreByFolds()
Calculates score by folds.
|
CrossValidation<M,K,V> |
withIgnite(Ignite ignite) |
CrossValidation<M,K,V> |
withUpstreamCache(IgniteCache<K,V> upstreamCache) |
isRunningOnPipeline, score, scorePipeline, tuneHyperParameters, withAmountOfFolds, withEnvironmentBuilder, withFilter, withMapper, withMetric, withParamGrid, withPipeline, withPreprocessor, withTrainer
public double[] scoreByFolds()
scoreByFolds
in class AbstractCrossValidation<M extends IgniteModel<Vector,Double>,K,V>
public CrossValidation<M,K,V> withIgnite(Ignite ignite)
ignite
- Ignite.public CrossValidation<M,K,V> withUpstreamCache(IgniteCache<K,V> upstreamCache)
upstreamCache
- Upstream cache.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020