Uses of Class
org.anchoranalysis.feature.name.FeatureNameList
| Package | Description |
|---|---|
| org.anchoranalysis.feature.bean.list |
A feature-list (custom list type for features) and associated providers.
|
| org.anchoranalysis.feature.name |
Data objects for the names of features.
|
| org.anchoranalysis.feature.store |
A collection of named-
Features. |
-
Uses of FeatureNameList in org.anchoranalysis.feature.bean.list
Methods in org.anchoranalysis.feature.bean.list that return FeatureNameList Modifier and Type Method Description FeatureNameListFeatureList. deriveNames()Derives the names of the features. -
Uses of FeatureNameList in org.anchoranalysis.feature.name
Methods in org.anchoranalysis.feature.name that return FeatureNameList Modifier and Type Method Description FeatureNameListFeatureNameList. duplicateShallow()Shallow copy of the current instance. -
Uses of FeatureNameList in org.anchoranalysis.feature.store
Methods in org.anchoranalysis.feature.store that return FeatureNameList Modifier and Type Method Description FeatureNameListNamedFeatureStore. featureNames()The names of allFeatures in the store, in identical order to the store.