Package weka.clusterers

Examples of weka.clusterers.HierarchicalClusterer.buildClusterer()


    options[4] = "-P";
    try {
      clusterer.setOptions(options);
      clusterer.setPrintNewick(true);
      clusterer.buildClusterer(dataset);
      // clusterer.graph() gives only the first cluster and in the case
      // there
      // are more than one cluster the variables in the second cluster are
      // missing.
      // I'm using clusterer.toString() which contains all the clusters in
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.