|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.datamining.FixedClassAssignator
public class FixedClassAssignator
This class represents a fixed value (specified in the constructor) class assignator.
ClassAssignator
Constructor Summary | |
---|---|
FixedClassAssignator(Label consequent)
Default constructor. |
Method Summary | |
---|---|
void |
assign(Rule rule,
Dataset dataset)
Assigns the default class value to the rule. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FixedClassAssignator(Label consequent)
consequent
- the default consequent label.Method Detail |
---|
public void assign(Rule rule, Dataset dataset)
assign
in interface ClassAssignator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |