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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Measurement(Duration duration, org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering<V> clustering)Create a performance measurement result.
-