MOA 12.03
Real Time Analytics for Data Streams
moa.evaluation.LearningPerformanceEvaluator Interface Reference

Interface implemented by learner evaluators to monitor the results of the learning process. More...

Inheritance diagram for moa.evaluation.LearningPerformanceEvaluator:
Collaboration diagram for moa.evaluation.LearningPerformanceEvaluator:

List of all members.

Public Member Functions

void reset ()
void addLearningAttempt (int trueClass, double[] classVotes, double weight)
Measurement[] getPerformanceMeasurements ()

Detailed Description

Interface implemented by learner evaluators to monitor the results of the learning process.

Author:
Albert Bifet (abifet@cs.waikato.ac.nz)
Version:
Revision:
7

Definition at line 32 of file LearningPerformanceEvaluator.java.


Member Function Documentation

void moa.evaluation.LearningPerformanceEvaluator.addLearningAttempt ( int  trueClass,
double[]  classVotes,
double  weight 
)
Measurement [] moa.evaluation.LearningPerformanceEvaluator.getPerformanceMeasurements ( )

Implemented in moa.evaluation.BasicClusteringPerformanceEvaluator.

Referenced by moa.evaluation.LearningEvaluation.LearningEvaluation().

Here is the caller graph for this function:

void moa.evaluation.LearningPerformanceEvaluator.reset ( )

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations