|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weka.core.Instance net.sf.bddbddb.order.WekaInterface.OrderInstance net.sf.bddbddb.order.TrialInstance
public class TrialInstance
Field Summary | |
---|---|
TrialInfo |
ti
|
Fields inherited from class net.sf.bddbddb.order.WekaInterface.OrderInstance |
---|
o |
Fields inherited from class weka.core.Instance |
---|
m_AttValues, m_Dataset, m_Weight, MISSING_VALUE |
Constructor Summary | |
---|---|
|
TrialInstance(double weight,
double[] d,
Order o,
TrialInfo ti)
|
protected |
TrialInstance(TrialInstance that)
|
Method Summary | |
---|---|
static TrialInstance |
cloneInstance(TrialInstance instance)
|
int |
compareTo(java.lang.Object arg0)
|
static TrialInstance |
construct(TrialInfo ti,
Order o,
double cost,
TrialInstances dataSet)
|
static TrialInstance |
construct(TrialInfo ti,
Order o,
double cost,
TrialInstances dataSet,
double weight)
|
java.lang.Object |
copy()
|
boolean |
equals(java.lang.Object o)
|
double |
getCost()
|
TrialInfo |
getTrialInfo()
|
int |
hashCode()
|
boolean |
isMaxTime()
|
void |
recomputeCost(double best)
|
void |
setCost(double cost)
|
Methods inherited from class net.sf.bddbddb.order.WekaInterface.OrderInstance |
---|
construct, construct, getOrder |
Methods inherited from class weka.core.Instance |
---|
attribute, attributeSparse, classAttribute, classIndex, classIsMissing, classValue, dataset, deleteAttributeAt, enumerateAttributes, equalHeaders, hasMissingValue, index, insertAttributeAt, isMissing, isMissing, isMissingSparse, isMissingValue, main, mergeInstance, missingValue, numAttributes, numClasses, numValues, replaceMissingValues, setClassMissing, setClassValue, setClassValue, setDataset, setMissing, setMissing, setValue, setValue, setValue, setValue, setValueSparse, setWeight, stringValue, stringValue, toDoubleArray, toString, toString, toString, value, value, valueSparse, weight |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public TrialInfo ti
Constructor Detail |
---|
public TrialInstance(double weight, double[] d, Order o, TrialInfo ti)
protected TrialInstance(TrialInstance that)
Method Detail |
---|
public static TrialInstance construct(TrialInfo ti, Order o, double cost, TrialInstances dataSet)
public static TrialInstance construct(TrialInfo ti, Order o, double cost, TrialInstances dataSet, double weight)
public TrialInfo getTrialInfo()
public double getCost()
public void setCost(double cost)
public void recomputeCost(double best)
public java.lang.Object copy()
copy
in interface weka.core.Copyable
copy
in class WekaInterface.OrderInstance
public int compareTo(java.lang.Object arg0)
compareTo
in interface java.lang.Comparable
public boolean isMaxTime()
public static TrialInstance cloneInstance(TrialInstance instance)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |