Modifier and Type | Method and Description |
---|---|
Measurement[] |
Classifier.getModelMeasurements()
Gets the current measurements of this classifier.
|
Measurement[] |
AbstractClassifier.getModelMeasurements() |
protected abstract Measurement[] |
AbstractClassifier.getModelMeasurementsImpl()
Gets the current measurements of this classifier.
The reason for ...Impl methods: ease programmer burden by not requiring them to remember calls to super in overridden methods. |
Modifier and Type | Method and Description |
---|---|
protected Measurement[] |
ActiveClassifier.getModelMeasurementsImpl() |
Modifier and Type | Method and Description |
---|---|
protected Measurement[] |
NaiveBayes.getModelMeasurementsImpl() |
protected Measurement[] |
NaiveBayesMultinomial.getModelMeasurementsImpl() |
Modifier and Type | Method and Description |
---|---|
protected Measurement[] |
DriftDetectionMethodClassifier.getModelMeasurementsImpl() |
Modifier and Type | Method and Description |
---|---|
protected Measurement[] |
SGDMultiClass.getModelMeasurementsImpl() |
protected Measurement[] |
MajorityClass.getModelMeasurementsImpl() |
protected Measurement[] |
NoChange.getModelMeasurementsImpl() |
protected Measurement[] |
Perceptron.getModelMeasurementsImpl() |
protected Measurement[] |
SGD.getModelMeasurementsImpl() |
protected Measurement[] |
SPegasos.getModelMeasurementsImpl() |
Modifier and Type | Method and Description |
---|---|
protected Measurement[] |
kNN.getModelMeasurementsImpl() |
Modifier and Type | Method and Description |
---|---|
protected Measurement[] |
OzaBagAdwin.getModelMeasurementsImpl() |
protected Measurement[] |
LimAttClassifier.getModelMeasurementsImpl() |
protected Measurement[] |
DACC.getModelMeasurementsImpl() |
protected Measurement[] |
LeveragingBag.getModelMeasurementsImpl() |
protected Measurement[] |
RandomRules.getModelMeasurementsImpl() |
protected Measurement[] |
OnlineSmoothBoost.getModelMeasurementsImpl() |
protected Measurement[] |
OCBoost.getModelMeasurementsImpl() |
protected Measurement[] |
OzaBoost.getModelMeasurementsImpl() |
protected Measurement[] |
OzaBoostAdwin.getModelMeasurementsImpl() |
protected Measurement[] |
TemporallyAugmentedClassifier.getModelMeasurementsImpl() |
protected Measurement[] |
AccuracyWeightedEnsemble.getModelMeasurementsImpl()
Adds ensemble weights to the measurements.
|
protected Measurement[] |
WeightedMajorityAlgorithm.getModelMeasurementsImpl() |
protected Measurement[] |
AccuracyUpdatedEnsemble.getModelMeasurementsImpl()
Adds ensemble weights to the measurements.
|
protected Measurement[] |
OzaBag.getModelMeasurementsImpl() |
protected Measurement[] |
WEKAClassifier.getModelMeasurementsImpl() |
protected Measurement[] |
ADACC.getModelMeasurementsImpl() |
protected Measurement[] |
OnlineAccuracyUpdatedEnsemble.getModelMeasurementsImpl()
Adds ensemble weights to the measurements.
|
Modifier and Type | Method and Description |
---|---|
protected Measurement[] |
MajorityLabelset.getModelMeasurementsImpl() |
Modifier and Type | Method and Description |
---|---|
protected Measurement[] |
AbstractAMRules.getModelMeasurementsImpl()
print GUI evaluate model
|
protected Measurement[] |
RuleClassifier.getModelMeasurementsImpl() |
Modifier and Type | Method and Description |
---|---|
protected Measurement[] |
Perceptron.getModelMeasurementsImpl() |
protected Measurement[] |
TargetMean.getModelMeasurementsImpl() |
Modifier and Type | Method and Description |
---|---|
protected Measurement[] |
ORTO.getModelMeasurementsImpl() |
protected Measurement[] |
HoeffdingTree.getModelMeasurementsImpl() |
protected Measurement[] |
FIMTDD.getModelMeasurementsImpl() |
protected Measurement[] |
HoeffdingOptionTree.getModelMeasurementsImpl() |
protected Measurement[] |
DecisionStump.getModelMeasurementsImpl() |
Modifier and Type | Method and Description |
---|---|
Measurement[] |
AbstractClusterer.getModelMeasurements() |
Measurement[] |
Clusterer.getModelMeasurements() |
protected Measurement[] |
WekaClusteringAlgorithm.getModelMeasurementsImpl() |
protected Measurement[] |
ClusterGenerator.getModelMeasurementsImpl() |
protected abstract Measurement[] |
AbstractClusterer.getModelMeasurementsImpl() |
protected Measurement[] |
CobWeb.getModelMeasurementsImpl() |
Modifier and Type | Method and Description |
---|---|
protected Measurement[] |
WithKmeans.getModelMeasurementsImpl() |
protected Measurement[] |
Clustream.getModelMeasurementsImpl() |
Modifier and Type | Method and Description |
---|---|
protected Measurement[] |
ClusTree.getModelMeasurementsImpl() |
Modifier and Type | Method and Description |
---|---|
protected Measurement[] |
WithDBSCAN.getModelMeasurementsImpl() |
Modifier and Type | Method and Description |
---|---|
protected Measurement[] |
MyBaseOutlierDetector.getModelMeasurementsImpl() |
Modifier and Type | Method and Description |
---|---|
protected Measurement[] |
StreamKM.getModelMeasurementsImpl() |
Modifier and Type | Method and Description |
---|---|
static Measurement[] |
Measurement.averageMeasurements(Measurement[][] toAverage) |
static Measurement |
Measurement.getMeasurementNamed(String name,
Measurement[] measurements) |
Modifier and Type | Method and Description |
---|---|
static Measurement[] |
Measurement.averageMeasurements(Measurement[][] toAverage) |
static Measurement |
Measurement.getMeasurementNamed(String name,
Measurement[] measurements) |
static void |
Measurement.getMeasurementsDescription(Measurement[] measurements,
StringBuilder out,
int indent) |
Modifier and Type | Field and Description |
---|---|
protected Measurement[] |
LearningEvaluation.measurements |
Modifier and Type | Method and Description |
---|---|
Measurement[] |
LearningEvaluation.getMeasurements() |
Measurement[] |
WindowClassificationPerformanceEvaluator.getPerformanceMeasurements() |
Measurement[] |
FadingFactorClassificationPerformanceEvaluator.getPerformanceMeasurements() |
Measurement[] |
MultilabelWindowClassificationPerformanceEvaluator.getPerformanceMeasurements() |
Measurement[] |
BasicRegressionPerformanceEvaluator.getPerformanceMeasurements() |
Measurement[] |
BasicClusteringPerformanceEvaluator.getPerformanceMeasurements() |
Measurement[] |
BasicConceptDriftPerformanceEvaluator.getPerformanceMeasurements() |
Measurement[] |
BasicClassificationPerformanceEvaluator.getPerformanceMeasurements() |
Measurement[] |
WindowRegressionPerformanceEvaluator.getPerformanceMeasurements() |
Measurement[] |
LearningPerformanceEvaluator.getPerformanceMeasurements() |
Measurement[] |
EWMAClassificationPerformanceEvaluator.getPerformanceMeasurements() |
Measurement[] |
ClassificationPerformanceEvaluator.getPerformanceMeasurements()
Gets the current measurements monitored by this evaluator.
|
Constructor and Description |
---|
LearningEvaluation(Measurement[] measurements) |
LearningEvaluation(Measurement[] evaluationMeasurements,
ClassificationPerformanceEvaluator cpe,
Classifier model) |
LearningEvaluation(Measurement[] evaluationMeasurements,
LearningPerformanceEvaluator cpe,
Clusterer model) |
Modifier and Type | Method and Description |
---|---|
protected Measurement[] |
ChangeDetectorLearner.getModelMeasurementsImpl() |
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.