net.sf.myra.cantminer.alpha.step
Class ContinuousStep
java.lang.Object
net.sf.myra.cantminer.alpha.step.AbstractStep
net.sf.myra.cantminer.alpha.step.ContinuousStep
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, Step, net.sf.myra.framework.Info
public final class ContinuousStep
- extends AbstractStep
This class represents a continuous attribute step.
- Version:
- $Revision$ $Date:: #$
- Author:
- Fernando Esteban Barril Otero
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface net.sf.myra.framework.Info |
net.sf.myra.framework.Info.Void |
Constructor Summary |
ContinuousStep(net.sf.myra.datamining.data.ContinuousAttribute attribute,
int index,
net.sf.myra.datamining.data.IntervalBuilder builder)
Creates a new ContinuousStep instance. |
Method Summary |
net.sf.myra.datamining.data.ContinuousAttribute |
getAttribute()
|
net.sf.myra.datamining.data.Term |
select(java.util.List<net.sf.myra.datamining.data.Instance> instances,
int level,
int minimum)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContinuousStep
public ContinuousStep(net.sf.myra.datamining.data.ContinuousAttribute attribute,
int index,
net.sf.myra.datamining.data.IntervalBuilder builder)
- Creates a new
ContinuousStep
instance.
- Parameters:
attribute
- the attribute represented by this step.builder
- the continuous attribute discretisation helper.
select
public net.sf.myra.datamining.data.Term select(java.util.List<net.sf.myra.datamining.data.Instance> instances,
int level,
int minimum)
getAttribute
public net.sf.myra.datamining.data.ContinuousAttribute getAttribute()
Copyright © 2013. All Rights Reserved.