Uses of Class
org.anchoranalysis.feature.io.csv.metadata.RowLabels
Packages that use RowLabels
Package
Description
Writes feature-calculation results in different formats, also grouped results.
Non-bean classes pertaining to
Feature
s as used in tasks.Non-beans for calculating
Feature
s.-
Uses of RowLabels in org.anchoranalysis.feature.io.results
Methods in org.anchoranalysis.feature.io.results that return RowLabelsConstructors in org.anchoranalysis.feature.io.results with parameters of type RowLabelsModifierConstructorDescriptionLabelledResultsVector
(RowLabels labels, ResultsVector results) Creates a newLabelledResultsVector
instance. -
Uses of RowLabels in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that return RowLabelsModifier and TypeMethodDescriptionLabelledResultsVectorWithThumbnail.getLabels()
The labels describing the results.Constructors in org.anchoranalysis.plugin.image.task.feature with parameters of type RowLabelsModifierConstructorDescriptionLabelledResultsVectorWithThumbnail
(RowLabels labels, ResultsVectorWithThumbnail results) Creates a newLabelledResultsVectorWithThumbnail
instance. -
Uses of RowLabels in org.anchoranalysis.plugin.image.task.feature.calculator
Methods in org.anchoranalysis.plugin.image.task.feature.calculator that return RowLabelsModifier and TypeMethodDescriptionLabelsForInput.deriveLabels
(String objectIdentifier, Optional<String> groupGeneratorName, int index) Calculates labels for a given input (and index).