net.sf.myra.datamining
Interface Model

All Known Subinterfaces:
ProbabilisticModel
All Known Implementing Classes:
AbstractRuleModel, ProbabilisticRuleList, ProbabilisticRuleModel, ProbabilisticRuleSet, RuleList, RuleSet

public interface Model

This interface represents the knowledge discovered by a classifier.

Version:
$Revision$ $Date:: $
Author:
Fernando Esteban Barril Otero
See Also:
Classifier

Method Summary
 Label classify(Instance instance)
          Classifies the secified instance.
 Gatherer getGatherer()
          Returns the gatherer instance for this model.
 

Method Detail

classify

Label classify(Instance instance)
Classifies the secified instance.

Parameters:
instance - the instance to be classified.
Returns:
the class predicted by this model.

getGatherer

Gatherer getGatherer()
Returns the gatherer instance for this model.

Returns:
the gatherer instance for this model.


Copyright © 2013. All Rights Reserved.