| Package | Description |
|---|---|
| de.jungblut.classification.eval | |
| de.jungblut.classification.meta | |
| de.jungblut.classification.nn |
| Modifier and Type | Method and Description |
|---|---|
static <A extends Classifier> |
Evaluator.crossValidateClassifier(ClassifierFactory<A> classifierFactory,
de.jungblut.math.DoubleVector[] features,
de.jungblut.math.DoubleVector[] outcome,
int numLabels,
int folds,
Double threshold,
boolean verbose)
Does a k-fold crossvalidation on the given classifiers with features and
outcomes.
|
static <A extends Classifier> |
Evaluator.crossValidateClassifier(ClassifierFactory<A> classifierFactory,
de.jungblut.math.DoubleVector[] features,
de.jungblut.math.DoubleVector[] outcome,
int numLabels,
int folds,
Double threshold,
int numThreads,
boolean verbose)
Does a k-fold crossvalidation on the given classifiers with features and
outcomes.
|
static <A extends Classifier> |
Evaluator.tenFoldCrossValidation(ClassifierFactory<A> classifierFactory,
de.jungblut.math.DoubleVector[] features,
de.jungblut.math.DoubleVector[] outcome,
int numLabels,
Double threshold,
boolean verbose)
Does a 10 fold crossvalidation.
|
static <A extends Classifier> |
Evaluator.tenFoldCrossValidation(ClassifierFactory<A> classifierFactory,
de.jungblut.math.DoubleVector[] features,
de.jungblut.math.DoubleVector[] outcome,
int numLabels,
Double threshold,
int numThreads,
boolean verbose)
Does a 10 fold crossvalidation.
|
| Modifier and Type | Method and Description |
|---|---|
static <K extends Classifier> |
Voter.create(int numClassifiers,
Voter.CombiningType type,
ClassifierFactory<K> classifierFactory)
Creates a new voting classificator.
|
| Constructor and Description |
|---|
MLPWeightMapper(ClassifierFactory<MultilayerPerceptron> factory) |
Copyright © 2016. All rights reserved.