net.sf.bddbddb.order
Class TrialPrediction
java.lang.Object
net.sf.bddbddb.order.TrialPrediction
public class TrialPrediction
- extends java.lang.Object
Constructor Summary |
TrialPrediction(double score,
double varLowerBound,
double varUpperBound,
double attrLowerBound,
double attrUpperBound,
double domLowerBound,
double domUpperBound)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
score
public double score
predictions
public double[][] predictions
VARIABLE
public static int VARIABLE
ATTRIBUTE
public static int ATTRIBUTE
DOMAIN
public static int DOMAIN
LOW
public static int LOW
HIGH
public static int HIGH
TrialPrediction
public TrialPrediction(double score,
double varLowerBound,
double varUpperBound,
double attrLowerBound,
double attrUpperBound,
double domLowerBound,
double domUpperBound)
getVarLowerBound
public double getVarLowerBound()
getVarUpperBound
public double getVarUpperBound()
getAttrLowerBound
public double getAttrLowerBound()
getAttrUpperBound
public double getAttrUpperBound()
getDomLowerBound
public double getDomLowerBound()
getDomUpperBound
public double getDomUpperBound()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getScore
public double getScore()
Copyright © 2004-2008 Stanford SUIF Compiler Group. All Rights Reserved.