net.sf.myra.cantminer.alpha.step
Interface Step

All Superinterfaces:
java.lang.Cloneable, net.sf.myra.framework.Info, java.io.Serializable
All Known Implementing Classes:
AbstractStep, ContinuousStep, NominalStep

public interface Step
extends net.sf.myra.framework.Info

Version:
$Revision$ $Date:: #$
Author:
Fernando Esteban Barril Otero

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.myra.framework.Info
net.sf.myra.framework.Info.Void
 
Method Summary
 net.sf.myra.datamining.data.Attribute 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 interface net.sf.myra.framework.Info
clone
 

Method Detail

select

net.sf.myra.datamining.data.Term select(java.util.List<net.sf.myra.datamining.data.Instance> instances,
                                        int level,
                                        int minimum)

getAttribute

net.sf.myra.datamining.data.Attribute getAttribute()


Copyright © 2013. All Rights Reserved.