Package | Description |
---|---|
org.apache.ignite.ml.selection.scoring.evaluator |
Package for model evaluator classes.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> EvaluationResult |
Evaluator.evaluate(DatasetBuilder<K,V> datasetBuilder,
IgniteModel<Vector,Double> mdl,
Preprocessor<K,V> preprocessor,
Metric... metrics)
Evaluate model.
|
static <K,V> EvaluationResult |
Evaluator.evaluateBinaryClassification(IgniteCache<K,V> dataCache,
IgniteBiPredicate<K,V> filter,
IgniteModel<Vector,Double> mdl,
Preprocessor<K,V> preprocessor)
Evaluate binary classifier by default metrics (see package classification).
|
static <K,V> EvaluationResult |
Evaluator.evaluateBinaryClassification(IgniteCache<K,V> dataCache,
IgniteModel<Vector,Double> mdl,
Preprocessor<K,V> preprocessor)
Evaluate binary classifier by default metrics (see package classification).
|
static <K,V> EvaluationResult |
Evaluator.evaluateBinaryClassification(Map<K,V> dataCache,
IgniteBiPredicate<K,V> filter,
IgniteModel<Vector,Double> mdl,
Preprocessor<K,V> preprocessor)
Evaluate binary classifier by default metrics (see package classification).
|
static <K,V> EvaluationResult |
Evaluator.evaluateBinaryClassification(Map<K,V> dataCache,
IgniteModel<Vector,Double> mdl,
Preprocessor<K,V> preprocessor)
Evaluate binary classifier by default metrics (see package classification).
|
static <K,V> EvaluationResult |
Evaluator.evaluateRegression(IgniteCache<K,V> dataCache,
IgniteBiPredicate<K,V> filter,
IgniteModel<Vector,Double> mdl,
Preprocessor<K,V> preprocessor)
Evaluate regression by default metrics (see package regression).
|
static <K,V> EvaluationResult |
Evaluator.evaluateRegression(IgniteCache<K,V> dataCache,
IgniteModel<Vector,Double> mdl,
Preprocessor<K,V> preprocessor)
Evaluate regression by default metrics (see package regression).
|
static <K,V> EvaluationResult |
Evaluator.evaluateRegression(Map<K,V> dataCache,
IgniteBiPredicate<K,V> filter,
IgniteModel<Vector,Double> mdl,
Preprocessor<K,V> preprocessor)
Evaluate regression by default metrics (see package regression).
|
static <K,V> EvaluationResult |
Evaluator.evaluateRegression(Map<K,V> dataCache,
IgniteModel<Vector,Double> mdl,
Preprocessor<K,V> preprocessor)
Evaluate regression by default metrics (see package regression).
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020