Package stallone.api.datasequence

Examples of stallone.api.datasequence.IDataSequenceLoader.scan()


        List<String> names = new ArrayList();
        names.add("/Users/noe/data/open_projects/adaptive_sampling_local/data/TrypsinBenzamidine/new_model_test/model/tics/long1.dat");
        names.add("/Users/noe/data/open_projects/adaptive_sampling_local/data/TrypsinBenzamidine/new_model_test/model/tics/long2.dat");
        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();
       
        /*
 
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.