Examples of resetSamples()


Examples of edu.msu.cme.rdp.unifrac.UnifracTaxon.resetSamples()

                    Collections.shuffle(samplePool);

                    for (int taxid : leaves) {
                        UnifracTaxon t = taxonMap.get(taxid).getTaxon();
                        if (t.containsSample(samples.get(sample1)) || t.containsSample(samples.get(sample2))) {
                            t.resetSamples(samplePool);
                        }
                    }

                    this.refreshInnerTaxa();
                    float val;
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.