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
Enclosing class:
Measurer<V,E>

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

    Constructors
    Constructor
    Description
    Measurement(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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Measurement

      public Measurement(Duration duration, org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering<V> clustering)
      Create a performance measurement result.
      Parameters:
      duration - the duration
      clustering - the clustering