M - Type of model.K - Type of a key in upstream data.V - Type of a value in upstream data.public class DebugCrossValidation<M extends IgniteModel<Vector,Double>,K,V> extends AbstractCrossValidation<M,K,V>
AbstractCrossValidation.TaskResultamountOfFolds, envBuilder, environment, filter, isRunningOnPipeline, mapper, metric, paramGrid, pipeline, preprocessor, trainer| Constructor and Description |
|---|
DebugCrossValidation() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
scoreByFolds()
Calculates score by folds.
|
DebugCrossValidation<M,K,V> |
withAmountOfParts(int parts) |
DebugCrossValidation<M,K,V> |
withUpstreamMap(Map<K,V> upstreamMap) |
isRunningOnPipeline, score, scorePipeline, tuneHyperParameters, withAmountOfFolds, withEnvironmentBuilder, withFilter, withMapper, withMetric, withParamGrid, withPipeline, withPreprocessor, withTrainerpublic double[] scoreByFolds()
scoreByFolds in class AbstractCrossValidation<M extends IgniteModel<Vector,Double>,K,V>public DebugCrossValidation<M,K,V> withUpstreamMap(Map<K,V> upstreamMap)
upstreamMap - Upstream map.public DebugCrossValidation<M,K,V> withAmountOfParts(int parts)
parts - Parts.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.14.0 Release Date : September 29 2022