Uses of Class
org.anchoranalysis.feature.io.results.LabelledResultsVector
Packages that use LabelledResultsVector
Package
Description
Metadata for writing feature calculation-results in CSV format.
Writing the results from feature-calculation to a CSV file.
Writes feature-calculation results in different formats, also grouped results.
Various different outputs that can be written for the a grouped version of the results in
LabelledResultsCollector
.Non-bean classes pertaining to
Feature
s as used in tasks.-
Uses of LabelledResultsVector in org.anchoranalysis.feature.io.csv
Methods in org.anchoranalysis.feature.io.csv with parameters of type LabelledResultsVectorModifier and TypeMethodDescriptionvoid
FeatureCSVWriter.addRow
(LabelledResultsVector results) Directly adds a row of feature-values. -
Uses of LabelledResultsVector in org.anchoranalysis.feature.io.csv.results
Methods in org.anchoranalysis.feature.io.csv.results with parameters of type LabelledResultsVectorModifier and TypeMethodDescriptionabstract void
LabelledResultsCSVWriter.add
(LabelledResultsVector results) Adds a results-element to be written.protected void
LabelledResultsCSVWriter.maybeConsumeResults
(LabelledResultsVector results) Consumes theLabelledResultsVector
ifconsumeAfterAdding
is present.Method parameters in org.anchoranalysis.feature.io.csv.results with type arguments of type LabelledResultsVectorModifier and TypeMethodDescriptionstatic LabelledResultsCSVWriter
LabelledResultsCSVWriterFactory.create
(FeatureCSVMetadataForOutput outputMetadata, FeatureCSVWriterFactory writerCreator, Optional<Consumer<LabelledResultsVector>> consumeAfterAdding, boolean removeNaNColumns) Creates with appropriate support classes for outputting.Constructor parameters in org.anchoranalysis.feature.io.csv.results with type arguments of type LabelledResultsVectorModifierConstructorDescriptionprotected
LabelledResultsCSVWriter
(FeatureCSVMetadataForOutput outputMetadata, FeatureCSVWriterFactory writerCreator, Optional<Consumer<LabelledResultsVector>> consumeAfterAdding) Creates a newLabelledResultsCSVWriter
instance. -
Uses of LabelledResultsVector in org.anchoranalysis.feature.io.results
Methods in org.anchoranalysis.feature.io.results with parameters of type LabelledResultsVectorModifier and TypeMethodDescriptionvoid
LabelledResultsCollector.add
(LabelledResultsVector results) Adds a results-element to be written. -
Uses of LabelledResultsVector in org.anchoranalysis.feature.io.results.group
Methods in org.anchoranalysis.feature.io.results.group with parameters of type LabelledResultsVectorModifier and TypeMethodDescriptionvoid
GroupedResults.addResultsFor
(LabelledResultsVector results) Adds a result to the group-writer, but doesn't write yet. -
Uses of LabelledResultsVector in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that return LabelledResultsVectorModifier and TypeMethodDescriptionLabelledResultsVectorWithThumbnail.withoutThumbnail()
Exposes as aLabelledResultsVector
without a thumbnail.Method parameters in org.anchoranalysis.plugin.image.task.feature with type arguments of type LabelledResultsVectorModifier and TypeMethodDescriptionvoid
FeatureResultsAndThumbnails.add
(CheckedSupplier<LabelledResultsVector, OperationFailedException> resultToAdd, CheckedSupplier<Optional<DisplayStack>, OperationFailedException> thumbnail) Adds results, together with a thumbnail.