Package org.forester.evoinference.tools
Class BootstrapResampler
- java.lang.Object
-
- org.forester.evoinference.tools.BootstrapResampler
-
public class BootstrapResampler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BootstrapResampler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int[][]
createResampledColumnPositions(int length, int n, long seed)
static Msa[]
resample(Msa msa, int n, long seed)
-