net.sf.myra.datamining
Interface ClassAssignator
- All Known Implementing Classes:
- ClassFrequencyAssignator, CoveredClassAssignator, FixedClassAssignator, MajorityClassAssignator, NoClassAssignator
public interface ClassAssignator
This interface represents the mechanism of assigning the predicted class
of a rule.
- Version:
- $Revision$ $Date:: $
- Author:
- Fernando Esteban Barril Otero
- See Also:
Rule
Method Summary |
void |
assign(Rule rule,
Dataset dataset)
Assigns the class value to the specified rule. |
assign
void assign(Rule rule,
Dataset dataset)
- Assigns the class value to the specified rule.
- Parameters:
rule
- dataset
-
Copyright © 2013. All Rights Reserved.