Documentation of 'org.ddogleg.clustering.kmeans.InitializeKMeans_F64' Java class
InitializeKMeans_F64
org.ddogleg.clustering.kmeans

Interface InitializeKMeans_F64

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void init(int pointDimension, long randomSeed)
      Initializes internal data structures.
      void selectSeeds(java.util.List<double[]> points, java.util.List<double[]> seeds) 
    • Method Detail

      • init

        void init(int pointDimension,
                  long randomSeed)
        Initializes internal data structures. Must be called first.
        Parameters:
        pointDimension - NUmber of degrees of freedom in each point.
        randomSeed - Seed for any random number generators used internally.
      • selectSeeds

        void selectSeeds(java.util.List<double[]> points,
                         java.util.List<double[]> seeds)
        Parameters:
        points - Set of points which is to be clustered.
        seeds - List full of points which will act as the initial seed for k-means.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.