|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectabsurdist.Absurdist.Results
Used for reporting. An instance of this class can be used for an individual runs, or for accumulated data from multiple runs.
| Field Summary | |
double |
accuracy
Mapping accuracy based on internal similarity. |
double |
accuracy2
Squares of the averaged values; maintained so that we can compute standard deviation |
double |
accuracyDev
Standard deviations |
(package private) boolean |
averaged
|
double |
iterCnt
How many iterations have actually been performed by the end of the iterative process |
double |
iterCnt2
Squares of the averaged values; maintained so that we can compute standard deviation |
double |
iterCntDev
Standard deviations |
double |
misCon
Total number of mismapped concepts. |
double |
misCon2
Squares of the averaged values; maintained so that we can compute standard deviation |
double |
misConDev
Standard deviations |
double |
misRel
Sum of mismapped relations (i.e. |
double |
misRel2
Squares of the averaged values; maintained so that we can compute standard deviation |
double |
misRelAdjId
Sum of mismapped relations adjusted by subtracting the sum of mismapped relations for the identity mapping |
double |
misRelAdjId2
Squares of the averaged values; maintained so that we can compute standard deviation |
double |
misRelAdjIdDev
Standard deviations |
double |
misRelAdjOp
Same thing, but adjusted by the misrel for the optimal mapping |
double |
misRelAdjOp2
Squares of the averaged values; maintained so that we can compute standard deviation |
double |
misRelAdjOpDev
Standard deviations |
double |
misRelDev
Standard deviations |
int |
perfectCnt
How many runs resulted in an identity permutation |
int |
rpt
Experiment repetition count, for statistics |
| Constructor Summary | |
Absurdist.Results()
|
|
| Method Summary | |
void |
add(Absurdist.Results r)
Adds the results of one more experiment. |
void |
averages()
Computes averages and standard deviations |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public double misCon
public double misRel
public double misRelAdjId
public double misRelAdjOp
public double accuracy
public double iterCnt
public int rpt
public int perfectCnt
public double misCon2
public double misRel2
public double misRelAdjId2
public double misRelAdjOp2
public double accuracy2
public double iterCnt2
public double misConDev
public double misRelDev
public double misRelAdjIdDev
public double misRelAdjOpDev
public double accuracyDev
public double iterCntDev
boolean averaged
| Constructor Detail |
public Absurdist.Results()
| Method Detail |
public void add(Absurdist.Results r)
public void averages()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||