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.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,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, withTrainer
public 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.14 Release Date : November 5 2024