Class Clusterer.ClusterCandidate

  • Enclosing class:
    Clusterer

    static class Clusterer.ClusterCandidate
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double distance  
      int vertex  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • vertex

        public int vertex
      • distance

        double distance
    • Constructor Detail

      • ClusterCandidate

        ClusterCandidate()