|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.datamining.Classifier
net.sf.myra.datamining.seco.SeCo
public class SeCo
Field Summary | |
---|---|
static java.lang.String |
ASSIGNATOR
The property key under which the class assignator name is stored. |
static java.lang.String |
MINIMUM
The property key under which the minimum covered cases by a rule is stored. |
static java.lang.String |
OPTIONS_FILE
|
Fields inherited from class net.sf.myra.datamining.Classifier |
---|
DEFAULT_MAXIMUM_UNCOVERED_CASES, MAXIMUM_UNCOVERED_CASES, RULE_QUALITY_FUNCTION |
Constructor Summary | |
---|---|
SeCo()
Default constructor. |
Method Summary | |
---|---|
java.util.Properties |
filter(java.util.Properties properties)
Filters the specified properties. |
Model |
run(Dataset dataset)
Trains the classifier using the specified dataset. |
Methods inherited from class net.sf.myra.datamining.Classifier |
---|
getOptions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String OPTIONS_FILE
public static final java.lang.String ASSIGNATOR
public static final java.lang.String MINIMUM
Constructor Detail |
---|
public SeCo()
Method Detail |
---|
public java.util.Properties filter(java.util.Properties properties)
Classifier
filter
in class Classifier
properties
- the framework (default) properties.
public Model run(Dataset dataset)
Classifier
run
in class Classifier
dataset
- the training dataset.
Model
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |