org.forester.evoinference.tools
Class BootstrapResampler

java.lang.Object
  extended by org.forester.evoinference.tools.BootstrapResampler

public class BootstrapResampler
extends java.lang.Object


Constructor Summary
BootstrapResampler()
           
 
Method Summary
static int[][] createResampledColumnPositions(int length, int n, long seed)
           
static Msa[] resample(Msa msa, int n, long seed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapResampler

public BootstrapResampler()
Method Detail

resample

public static Msa[] resample(Msa msa,
                             int n,
                             long seed)

createResampledColumnPositions

public static int[][] createResampledColumnPositions(int length,
                                                     int n,
                                                     long seed)