net.sf.bddbddb.order
Class TrialPrediction

java.lang.Object
  extended by net.sf.bddbddb.order.TrialPrediction

public class TrialPrediction
extends java.lang.Object


Field Summary
static int ATTRIBUTE
           
static int DOMAIN
           
static int HIGH
           
static int LOW
           
 double[][] predictions
           
 double score
           
static int VARIABLE
           
 
Constructor Summary
TrialPrediction(double score, double varLowerBound, double varUpperBound, double attrLowerBound, double attrUpperBound, double domLowerBound, double domUpperBound)
           
 
Method Summary
 double getAttrLowerBound()
           
 double getAttrUpperBound()
           
 double getDomLowerBound()
           
 double getDomUpperBound()
           
 double getScore()
           
 double getVarLowerBound()
           
 double getVarUpperBound()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

TrialPrediction

public TrialPrediction(double score,
                       double varLowerBound,
                       double varUpperBound,
                       double attrLowerBound,
                       double attrUpperBound,
                       double domLowerBound,
                       double domUpperBound)
Method Detail

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.