All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class magician.Node.predictor

java.lang.Object
   |
   +----magician.Node.predictor

public class predictor
extends Object
implements PredictorItf

Variable Index

 o fidelity
 o HIGH_FIDELITY
 o LOW_FIDELITY
 o MEDIUM_FIDELITY
 o P80
 o P85
 o P90
 o P95
 o P99

Constructor Index

 o predictor(String)

Method Index

 o getMean()
 o getPercentile(int)
 o getStdDev()
 o setFidelity(int)

Variables

 o LOW_FIDELITY
 static final int LOW_FIDELITY
 o MEDIUM_FIDELITY
 static final int MEDIUM_FIDELITY
 o HIGH_FIDELITY
 static final int HIGH_FIDELITY
 o P80
 static final int P80
 o P85
 static final int P85
 o P90
 static final int P90
 o P95
 static final int P95
 o P99
 static final int P99
 o fidelity
 int fidelity

Constructors

 o predictor
 public predictor(String appClass) throws FileNotFoundException

Methods

 o setFidelity
 public void setFidelity(int fidel)
 o getMean
 public prediction getMean()
 o getStdDev
 public prediction getStdDev()
 o getPercentile
 public prediction getPercentile(int perc)

All Packages  Class Hierarchy  This Package  Previous  Next  Index
1