net.sf.myra.cantminer.pittsburgh.dynamic
Class FunctionTerm

java.lang.Object
  extended by net.sf.myra.datamining.data.Term
      extended by net.sf.myra.cantminer.pittsburgh.dynamic.FunctionTerm
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, net.sf.myra.framework.Info

public class FunctionTerm
extends net.sf.myra.datamining.data.Term

Author:
Fernando Esteban Barril Otero, Matthew Medland
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
FunctionTerm()
           
 
Method Summary
 int getIndex(net.sf.myra.datamining.AbstractObjectiveFunction function)
           
 double[] getPheromone(int level)
           
 int levels()
           
 net.sf.myra.datamining.AbstractObjectiveFunction select(int level)
           
 void setPheromone(double[] values, int level)
           
 
Methods inherited from class net.sf.myra.datamining.data.Term
clone, equals, equals, getAttribute, getIndex, getOperator, getValues, satisfies, setDescription, setOperator, setValues, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionTerm

public FunctionTerm()
Method Detail

select

public net.sf.myra.datamining.AbstractObjectiveFunction select(int level)

setPheromone

public void setPheromone(double[] values,
                         int level)

getPheromone

public double[] getPheromone(int level)

levels

public int levels()

getIndex

public int getIndex(net.sf.myra.datamining.AbstractObjectiveFunction function)


Copyright © 2013. All Rights Reserved.