Package | Description |
---|---|
edu.mit.jmwe.harness.result |
Provides objects that encapsulate the results of a test harness run
|
Modifier and Type | Field and Description |
---|---|
java.util.Map<MWEPOS,AtomicDouble<T,S>> |
MWEResultBuilder.partialScores |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<MWEPOS,AtomicDouble<T,S>> |
MWEResultBuilder.initDoubleMap()
Provides a new, empty map for double values.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<MWEPOS,java.lang.Double> |
MWEResultBuilder.toDblMap(java.util.Map<MWEPOS,AtomicDouble<T,S>> map)
Converts a map of AtomicDoubles to a map of Doubles.
|
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.