edu.stanford.math.plex4.homology.zigzag.bootstrap
public class VietorisRipsBootstrapper extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected edu.stanford.math.primitivelib.autogen.formal_sum.IntAlgebraicFreeModule<Simplex> |
chainModule |
Constructor and Description |
---|
VietorisRipsBootstrapper(double[][] points,
double maxDistance,
int maxDimension,
int numSelections,
int selectionSize) |
VietorisRipsBootstrapper(double[][] points,
double maxDistance,
int maxDimension,
java.util.List<int[]> indexSelections) |
Modifier and Type | Method and Description |
---|---|
int[] |
getSubset(int index) |
BarcodeCollection<java.lang.Integer> |
performBootstrap() |
protected final edu.stanford.math.primitivelib.autogen.formal_sum.IntAlgebraicFreeModule<Simplex> chainModule
public VietorisRipsBootstrapper(double[][] points, double maxDistance, int maxDimension, java.util.List<int[]> indexSelections)
public VietorisRipsBootstrapper(double[][] points, double maxDistance, int maxDimension, int numSelections, int selectionSize)
public int[] getSubset(int index)
public BarcodeCollection<java.lang.Integer> performBootstrap()