Package stallone.api.cluster

Examples of stallone.api.cluster.IClustering.perform()


        names.add("/Users/noe/data/open_projects/adaptive_sampling_local/data/TrypsinBenzamidine/new_model_test/model/tics/long3.dat");
        IDataSequenceLoader loader = dataNew.multiSequenceLoader(names);
        loader.scan();
       
        IClustering clustering = clusterNew.regspace(loader, 0.5);
        clustering.perform();
       
        /*
        IDiscretization assign = clustering.getClusterAssignment();

        System.out.println("number of clusters: "+clustering.getNumberOfClusters());
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.