net.sf.myra.datamining.seco
Class SeCo

java.lang.Object
  extended by net.sf.myra.datamining.Classifier
      extended by net.sf.myra.datamining.seco.SeCo

public class SeCo
extends Classifier

Author:
Fernando Esteban Barril Otero

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

OPTIONS_FILE

public static final java.lang.String OPTIONS_FILE
See Also:
Constant Field Values

ASSIGNATOR

public static final java.lang.String ASSIGNATOR
The property key under which the class assignator name is stored.

See Also:
Constant Field Values

MINIMUM

public static final java.lang.String MINIMUM
The property key under which the minimum covered cases by a rule is stored.

See Also:
Constant Field Values
Constructor Detail

SeCo

public SeCo()
Default constructor.

Method Detail

filter

public java.util.Properties filter(java.util.Properties properties)
Description copied from class: Classifier
Filters the specified properties. The classifier implementation should remove all properties from the framework that are not used.

Overrides:
filter in class Classifier
Parameters:
properties - the framework (default) properties.
Returns:
the filtered properties.

run

public Model run(Dataset dataset)
Description copied from class: Classifier
Trains the classifier using the specified dataset.

Specified by:
run in class Classifier
Parameters:
dataset - the training dataset.
Returns:
the classification model.
See Also:
Model


Copyright © 2013. All Rights Reserved.