net.sf.myra.cantminer.alpha.step
Class NominalStep
java.lang.Object
net.sf.myra.cantminer.alpha.step.AbstractStep
net.sf.myra.cantminer.alpha.step.NominalStep
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, Step, net.sf.myra.framework.Info
public class NominalStep
- extends AbstractStep
- 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 |
NominalStep(net.sf.myra.datamining.data.NominalAttribute attribute,
int index)
Creates a new NominalAttribute instance. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NominalStep
public NominalStep(net.sf.myra.datamining.data.NominalAttribute attribute,
int index)
- Creates a new
NominalAttribute
instance.
- Parameters:
attribute
- the attribute represented by this step.
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.NominalAttribute getAttribute()
setPheromone
public void setPheromone(double[] values,
int level)
getPheromone
public double[] getPheromone(int level)
levels
public int levels()
clone
public NominalStep clone()
- Specified by:
clone
in interface net.sf.myra.framework.Info
- Overrides:
clone
in class AbstractStep
Copyright © 2013. All Rights Reserved.