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
-
fidelity
-
-
HIGH_FIDELITY
-
-
LOW_FIDELITY
-
-
MEDIUM_FIDELITY
-
-
P80
-
-
P85
-
-
P90
-
-
P95
-
-
P99
-
-
predictor(String)
-
-
getMean()
-
-
getPercentile(int)
-
-
getStdDev()
-
-
setFidelity(int)
-
LOW_FIDELITY
static final int LOW_FIDELITY
MEDIUM_FIDELITY
static final int MEDIUM_FIDELITY
HIGH_FIDELITY
static final int HIGH_FIDELITY
P80
static final int P80
P85
static final int P85
P90
static final int P90
P95
static final int P95
P99
static final int P99
fidelity
int fidelity
predictor
public predictor(String appClass) throws FileNotFoundException
setFidelity
public void setFidelity(int fidel)
getMean
public prediction getMean()
getStdDev
public prediction getStdDev()
getPercentile
public prediction getPercentile(int perc)
All Packages Class Hierarchy This Package Previous Next Index