Uses of Class
org.anchoranalysis.feature.name.FeatureNameMapToIndex
Packages that use FeatureNameMapToIndex
Package
Description
Base classes providing inputs to feature calculations.
Data objects for the names of features.
-
Uses of FeatureNameMapToIndex in org.anchoranalysis.feature.input
Methods in org.anchoranalysis.feature.input that return FeatureNameMapToIndexModifier and TypeMethodDescriptionFeatureInputResults.getFeatureNameIndex()
A mapping from the name of the feature that produced a result, to its index position inresults
.Constructors in org.anchoranalysis.feature.input with parameters of type FeatureNameMapToIndexModifierConstructorDescriptionFeatureInputResults
(ResultsVectorList results, FeatureNameMapToIndex featureNameIndex) Creates a newFeatureInputResults
instance. -
Uses of FeatureNameMapToIndex in org.anchoranalysis.feature.name
Methods in org.anchoranalysis.feature.name that return FeatureNameMapToIndexModifier and TypeMethodDescriptionFeatureNameList.createMapToIndex()
Creates a map from the feature-names to their indices in the list.