public static class StructureAnalysisUtils.Option
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ALL_PATHS |
static int |
ALL_SHORTEST_PATHS |
boolean |
checkComponentSignificance |
boolean |
directedGraph |
java.util.Vector<java.lang.String> |
fixedNodeList |
float |
intersectionThreshold |
boolean |
makeConnectivityTable |
boolean |
makeSizeSignificanceTest |
int |
methodOfSubnetworkExtraction |
int |
numberOfPermutations |
int |
numberOfPermutationsForSizeTest |
int |
pathFindMode |
double |
searchRadius |
java.lang.String |
sizesToTest |
int |
smallestCycleSize |
static int |
SUBOPTIMAL_SHORTEST_PATHS |
Constructor and Description |
---|
StructureAnalysisUtils.Option() |
public float intersectionThreshold
public int smallestCycleSize
public static int ALL_SHORTEST_PATHS
public static int SUBOPTIMAL_SHORTEST_PATHS
public static int ALL_PATHS
public int pathFindMode
public boolean directedGraph
public double searchRadius
public int methodOfSubnetworkExtraction
public boolean checkComponentSignificance
public int numberOfPermutations
public boolean makeConnectivityTable
public boolean makeSizeSignificanceTest
public int numberOfPermutationsForSizeTest
public java.lang.String sizesToTest
public java.util.Vector<java.lang.String> fixedNodeList