Package plm.clustering

Examples of plm.clustering.MvGaussianDPPLFilter.update()


    final DataDistribution<MvGaussianDPDistribution> currentMixtureDistribution =
        plFilter.createInitialLearnedObject();
    for (final Vector observation : observations) {
      System.out.println("obs:" + observation);
      plFilter.update(currentMixtureDistribution, observation);

      /*
       * Compute some summary stats. TODO We need to compute something informative for this
       * situation.
       */
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.