Constructor and Description |
---|
StrahlerAnalyzer(Tree tree) |
Modifier and Type | Method and Description |
---|---|
static void |
classify(DirectedWeightedGraph graph,
boolean reverseOrder) |
double |
getAvgBifurcationRatio() |
Map<Integer,Double> |
getAvgContractions() |
Map<Integer,Double> |
getAvgFragmentations() |
Map<Integer,Double> |
getBifurcationRatios() |
Map<Integer,Double> |
getBranchCounts() |
Map<Integer,List<Path>> |
getBranches() |
List<Path> |
getBranches(int order) |
Map<Integer,Double> |
getBranchPointCounts() |
DirectedWeightedGraph |
getGraph() |
int |
getHighestBranchOrder() |
Map<Integer,Double> |
getLengths() |
protected Map<Integer,List<SWCPoint>> |
getNodes() |
List<Path> |
getRootAssociatedBranches() |
int |
getRootNumber() |
static void |
main(String[] args) |
public StrahlerAnalyzer(Tree tree)
public DirectedWeightedGraph getGraph()
public int getRootNumber()
public int getHighestBranchOrder()
getRootNumber()
or
getRootNumber()-1
.public Map<Integer,Double> getLengths()
public Map<Integer,Double> getBranchCounts()
public Map<Integer,Double> getBranchPointCounts()
public Map<Integer,List<Path>> getBranches()
public List<Path> getBranches(int order) throws IllegalArgumentException
IllegalArgumentException
public Map<Integer,Double> getBifurcationRatios()
public double getAvgBifurcationRatio()
bifurcation ratio
of the
parsed tree. In a complete binary tree, the bifurcation ratio is 2.protected Map<Integer,List<SWCPoint>> getNodes()
public static void main(String[] args)
public static void classify(DirectedWeightedGraph graph, boolean reverseOrder)
Copyright © 2015–2021 Fiji. All rights reserved.