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
Features 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 TypeMethodDescriptionvoidFeatureCSVWriter.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 voidLabelledResultsCSVWriter.add(LabelledResultsVector results) Adds a results-element to be written.protected voidLabelledResultsCSVWriter.maybeConsumeResults(LabelledResultsVector results) Consumes theLabelledResultsVectorifconsumeAfterAddingis present.Method parameters in org.anchoranalysis.feature.io.csv.results with type arguments of type LabelledResultsVectorModifier and TypeMethodDescriptionstatic LabelledResultsCSVWriterLabelledResultsCSVWriterFactory.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 LabelledResultsVectorModifierConstructorDescriptionprotectedLabelledResultsCSVWriter(FeatureCSVMetadataForOutput outputMetadata, FeatureCSVWriterFactory writerCreator, Optional<Consumer<LabelledResultsVector>> consumeAfterAdding) Creates a newLabelledResultsCSVWriterinstance. -
Uses of LabelledResultsVector in org.anchoranalysis.feature.io.results
Methods in org.anchoranalysis.feature.io.results with parameters of type LabelledResultsVectorModifier and TypeMethodDescriptionvoidLabelledResultsCollector.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 TypeMethodDescriptionvoidGroupedResults.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 aLabelledResultsVectorwithout a thumbnail.Method parameters in org.anchoranalysis.plugin.image.task.feature with type arguments of type LabelledResultsVectorModifier and TypeMethodDescriptionvoidFeatureResultsAndThumbnails.add(CheckedSupplier<LabelledResultsVector, OperationFailedException> resultToAdd, CheckedSupplier<Optional<DisplayStack>, OperationFailedException> thumbnail) Adds results, together with a thumbnail.