Package stallone.api.datasequence

Examples of stallone.api.datasequence.IDataReader.load()


   
    @Before
    public void setUp() throws IOException {
        String files = "/home/marscher/md_simulation_data/trajall_500K.xtc";
        IDataReader loader = API.dataNew.reader(files);
        IDataSequence data = loader.load();
       
        IMetric metric = API.clusterNew.metric(0, 0);
       
        this.algo = API.clusterNew.kmeans(data, metric, 10, 100);
    }
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.