M - Type of model.L - Type of a label (truth or prediction).K - Type of a key in upstream data.V - Type of a value in upstream data.public class CrossValidation<M extends IgniteModel<Vector,L>,L,K,V> extends AbstractCrossValidation<M,L,K,V>
AbstractCrossValidation.TaskResultamountOfFolds, 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,L,K,V> |
withIgnite(Ignite ignite) |
CrossValidation<M,L,K,V> |
withUpstreamCache(IgniteCache<K,V> upstreamCache) |
isRunningOnPipeline, score, scorePipeline, tuneHyperParamterers, withAmountOfFolds, withEnvironmentBuilder, withFilter, withMapper, withMetric, withParamGrid, withPipeline, withPreprocessor, withTrainerpublic double[] scoreByFolds()
scoreByFolds in class AbstractCrossValidation<M extends IgniteModel<Vector,L>,L,K,V>public CrossValidation<M,L,K,V> withUpstreamCache(IgniteCache<K,V> upstreamCache)
upstreamCache - Upstream cache.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025