Package org.nlpub.watset.eval
Class Measurer.Measurement<V>
java.lang.Object
org.jgrapht.alg.util.Pair<Duration,org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering<V>>
org.nlpub.watset.eval.Measurer.Measurement<V>
- Type Parameters:
V
- the type of nodes in the graph
- All Implemented Interfaces:
Serializable
public static class Measurer.Measurement<V>
extends org.jgrapht.alg.util.Pair<Duration,org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering<V>>
A performance measurement result.
- See Also:
-
Field Summary
Fields inherited from class org.jgrapht.alg.util.Pair
first, second
-
Constructor Summary
ConstructorsConstructorDescriptionMeasurement
(Duration duration, org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering<V> clustering) Create a performance measurement result. -
Method Summary
Methods inherited from class org.jgrapht.alg.util.Pair
equals, getFirst, getSecond, hasElement, hashCode, of, setFirst, setSecond, toString