Uses of Class
org.anchoranalysis.feature.name.FeatureNameMapToIndex
| Package | Description |
|---|---|
| org.anchoranalysis.feature.input |
Base classes providing inputs to feature calculations.
|
| org.anchoranalysis.feature.name |
Data objects for the names of features.
|
-
Uses of FeatureNameMapToIndex in org.anchoranalysis.feature.input
Methods in org.anchoranalysis.feature.input that return FeatureNameMapToIndex Modifier and Type Method Description FeatureNameMapToIndexFeatureInputResults. 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 FeatureNameMapToIndex Constructor Description FeatureInputResults(ResultsVectorList results, FeatureNameMapToIndex featureNameIndex) -
Uses of FeatureNameMapToIndex in org.anchoranalysis.feature.name
Methods in org.anchoranalysis.feature.name that return FeatureNameMapToIndex Modifier and Type Method Description FeatureNameMapToIndexFeatureNameList. createMapToIndex()Creates a map from the feature-names to their indices in the list.