Package tv.floe.metronome.clustering.kmeans

Examples of tv.floe.metronome.clustering.kmeans.KMeansPartition


  @Override
  public void setup(Configuration c) {
//    partition = new KMeansPartition(c.getInt("k", -1));
    // TODO Make this not hardcoded
    partition = new KMeansPartition(3);
  }
View Full Code Here

TOP

Related Classes of tv.floe.metronome.clustering.kmeans.KMeansPartition

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.