Package edu.msu.cme.rdp.taxatree
Class UnifracTree.UnifracResult
- java.lang.Object
-
- edu.msu.cme.rdp.taxatree.UnifracTree.UnifracResult
-
- Enclosing class:
- UnifracTree
public static class UnifracTree.UnifracResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UnifracResult(java.util.List<MCSample> samples, float[][] unifracMatrix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MCSample>
getSamples()
float[][]
getUnifracMatrix()
-