net.sf.myra.cantminer.alpha.step
Class AbstractStep

java.lang.Object
  extended by net.sf.myra.cantminer.alpha.step.AbstractStep
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Step, net.sf.myra.framework.Info
Direct Known Subclasses:
ContinuousStep, NominalStep

public abstract class AbstractStep
extends java.lang.Object
implements Step

Version:
$Revision$ $Date:: #$
Author:
Fernando Esteban Barril Otero
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.myra.framework.Info
net.sf.myra.framework.Info.Void
 
Constructor Summary
AbstractStep()
           
 
Method Summary
protected  boolean accept(net.sf.myra.datamining.data.Term term, java.util.List<net.sf.myra.datamining.data.Instance> instances, int minimum)
           
 AbstractStep clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.myra.cantminer.alpha.step.Step
getAttribute, select
 

Constructor Detail

AbstractStep

public AbstractStep()
Method Detail

accept

protected boolean accept(net.sf.myra.datamining.data.Term term,
                         java.util.List<net.sf.myra.datamining.data.Instance> instances,
                         int minimum)

clone

public AbstractStep clone()
Specified by:
clone in interface net.sf.myra.framework.Info
Overrides:
clone in class java.lang.Object


Copyright © 2013. All Rights Reserved.