Class Cluster


  • public class Cluster
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Cluster​(de.jungblut.math.DoubleVector center, java.util.List<de.jungblut.math.DoubleVector> assignments)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<de.jungblut.math.DoubleVector> getAssignments()  
      de.jungblut.math.DoubleVector getCenter()  
      • Methods inherited from class java.lang.Object

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

      • Cluster

        public Cluster​(de.jungblut.math.DoubleVector center,
                       java.util.List<de.jungblut.math.DoubleVector> assignments)
    • Method Detail

      • getCenter

        public de.jungblut.math.DoubleVector getCenter()
      • getAssignments

        public java.util.List<de.jungblut.math.DoubleVector> getAssignments()