net.sf.myra.cantminer.pittsburgh.dynamic
Class FunctionalRule
java.lang.Object
net.sf.myra.framework.Trail
net.sf.myra.framework.DefaultTrail
net.sf.myra.datamining.Rule
net.sf.myra.cantminer.pittsburgh.dynamic.FunctionalRule
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class FunctionalRule
- extends net.sf.myra.datamining.Rule
- Author:
- Fernando Esteban Barril Otero, Matthew Medland
- See Also:
- Serialized Form
Constructor Summary |
FunctionalRule(int size,
net.sf.myra.datamining.data.Label prototype)
|
FunctionalRule(net.sf.myra.datamining.data.Metadata metadata)
|
Methods inherited from class net.sf.myra.datamining.Rule |
add, equals, getAntecedent, getConfidence, getConsequent, isCovered, remove, setConfidence, setConsequent, toString |
Methods inherited from class net.sf.myra.framework.DefaultTrail |
getLast, getVertices, isEmpty |
Methods inherited from class net.sf.myra.framework.Trail |
getCost, getIteration, getSize, setCost, setIteration |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FunctionalRule
public FunctionalRule(int size,
net.sf.myra.datamining.data.Label prototype)
FunctionalRule
public FunctionalRule(net.sf.myra.datamining.data.Metadata metadata)
getFunction
public net.sf.myra.datamining.AbstractObjectiveFunction getFunction()
setFunction
public void setFunction(net.sf.myra.datamining.AbstractObjectiveFunction function)
getFunctionName
public java.lang.String getFunctionName()
clone
public FunctionalRule clone()
- Overrides:
clone
in class net.sf.myra.datamining.Rule
Copyright © 2013. All Rights Reserved.