Uses of Class
org.anchoranalysis.feature.name.FeatureNameList
Packages that use FeatureNameList
Package
Description
A feature-list (custom list type for features) and associated providers.
Writing the results of feature calculations to the file-system.
A
Generator
for writing a table of feature values as a
CSV.Writes feature-calculation results in different formats, also grouped results.
Data objects for the names of features.
A collection of named-
Feature
s.Implementations of
FeatureCalculatorMulti
related to images, especially to create tables of feature-calculations.A particular implementation of
FeatureCalculatorMulti
for feature-calculations based
upon pairs of image-objects.Non-bean classes pertaining to
Feature
s as used in tasks.-
Uses of FeatureNameList in org.anchoranalysis.feature.bean.list
Methods in org.anchoranalysis.feature.bean.list that return FeatureNameList -
Uses of FeatureNameList in org.anchoranalysis.feature.io.csv.metadata
Methods in org.anchoranalysis.feature.io.csv.metadata that return FeatureNameListModifier and TypeMethodDescriptionFeatureCSVMetadataForOutput.featureNames()
Names of each feature in the feature columns.Constructors in org.anchoranalysis.feature.io.csv.metadata with parameters of type FeatureNameListModifierConstructorDescriptionFeatureCSVMetadata
(String outputName, String[] nonFeatureHeaders, FeatureNameList featureNamesToConsume) Create for a particular output-name.FeatureCSVMetadataForOutput
(String[] nonFeatureHeaders, FeatureNameList featureNames, String outputName) Creates a newFeatureCSVMetadataForOutput
instance. -
Uses of FeatureNameList in org.anchoranalysis.feature.io.csv.table
Methods in org.anchoranalysis.feature.io.csv.table with parameters of type FeatureNameListModifier and TypeMethodDescriptionFeatureTableCSVGeneratorFactory.create
(FeatureNameList featureNames, boolean horizontal) Creates either aFeatureTableCSVGenerator
in either horizontal or vertical style. -
Uses of FeatureNameList in org.anchoranalysis.feature.io.results
Methods in org.anchoranalysis.feature.io.results that return FeatureNameListModifier and TypeMethodDescriptionFeatureOutputMetadata.featureNamesNonAggregated()
Names of each feature in the feature columns, for non-aggregated features.Methods in org.anchoranalysis.feature.io.results with parameters of type FeatureNameListModifier and TypeMethodDescriptionFeatureOutputMetadata.csvAggregated
(FeatureNameList featureNamesAggregated) Specific metadata for writing an aggregated CSV file.Constructors in org.anchoranalysis.feature.io.results with parameters of type FeatureNameListModifierConstructorDescriptionFeatureOutputMetadata
(LabelHeaders labelHeaders, FeatureNameList featureNamesNonAggregated, FeatureOutputNames outputNames) Creates a newFeatureOutputMetadata
instance. -
Uses of FeatureNameList in org.anchoranalysis.feature.name
Methods in org.anchoranalysis.feature.name that return FeatureNameListModifier and TypeMethodDescriptionFeatureNameList.duplicateShallow()
Shallow copy of the current instance. -
Uses of FeatureNameList in org.anchoranalysis.feature.store
Methods in org.anchoranalysis.feature.store that return FeatureNameListModifier and TypeMethodDescriptionNamedFeatureStore.featureNames()
The names of allFeature
s in the store, in identical order to the store. -
Uses of FeatureNameList in org.anchoranalysis.image.feature.calculator
Methods in org.anchoranalysis.image.feature.calculator that return FeatureNameListModifier and TypeMethodDescriptionFeatureTableCalculator.createFeatureNames()
Creates a list of names for each feature (columns of the table).SingleTableCalculator.createFeatureNames()
NamedFeatureCalculatorMulti.getNames()
The list of feature names associated with the calculator.Constructors in org.anchoranalysis.image.feature.calculator with parameters of type FeatureNameListModifierConstructorDescriptionNamedFeatureCalculatorMulti
(FeatureCalculatorMulti<T> calculator, FeatureNameList names) Creates a newNamedFeatureCalculatorMulti
instance. -
Uses of FeatureNameList in org.anchoranalysis.image.feature.calculator.merged
Methods in org.anchoranalysis.image.feature.calculator.merged that return FeatureNameList -
Uses of FeatureNameList in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that return FeatureNameListModifier and TypeMethodDescriptionFeatureCalculationContext.getFeatureNames()
The name of each feature being calculated, in identical order, as that is placed in the exported CSV.FeatureExporter.getFeatureNames()
The names of the features to be exported.Constructors in org.anchoranalysis.plugin.image.task.feature with parameters of type FeatureNameListModifierConstructorDescriptionFeatureCalculationContext
(FeatureResultsAndThumbnails results, S rowSource, FeatureNameList featureNames, Optional<String> groupGeneratorName, ExecutionTimeRecorder executionTimeRecorder, boolean suppressErrors, InputOutputContext context) Creates a newFeatureCalculationContext
.