Uses of Class
sc.fiji.snt.analysis.TreeStatistics
Packages that use TreeStatistics
-
Uses of TreeStatistics in sc.fiji.snt
Methods in sc.fiji.snt that return TreeStatisticsModifier and TypeMethodDescriptionSNTService.getAnalyzer(boolean selectedPathsOnly) Deprecated.SNTService.getStatistics(boolean selectedPathsOnly) Returns aTreeStatisticsinstance constructed from current Paths. -
Uses of TreeStatistics in sc.fiji.snt.analysis
Subclasses of TreeStatistics in sc.fiji.snt.analysisModifier and TypeClassDescriptionclassComputes summary and descriptive statistics from univariate properties ofTreegroups.classA specialized version ofTreeStatisticsfor analyzing individual paths without considering their connectivity relationships.classDeprecated.UseTreeStatisticsinsteadMethods in sc.fiji.snt.analysis that return TreeStatisticsModifier and TypeMethodDescriptionstatic TreeStatisticsTreeStatistics.fromCollection(Collection<Tree> trees, String metric) Creates a TreeStatistics instance from a group of Trees and a specific metric for convenient retrieval of histogramsConstructors in sc.fiji.snt.analysis with parameters of type TreeStatistics -
Uses of TreeStatistics in sc.fiji.snt.plugin
Subclasses of TreeStatistics in sc.fiji.snt.plugin
SNTService.getStatistics(boolean)instead