Uses of Class
org.anchoranalysis.feature.store.NamedFeatureStoreFactory
Packages that use NamedFeatureStoreFactory
-
Uses of NamedFeatureStoreFactory in org.anchoranalysis.feature.store
Methods in org.anchoranalysis.feature.store that return NamedFeatureStoreFactoryModifier and TypeMethodDescriptionstatic NamedFeatureStoreFactory
NamedFeatureStoreFactory.bothNameAndParameters()
The custom-names of the features are derived from both their name and their parameters.static NamedFeatureStoreFactory
NamedFeatureStoreFactory.parametersOnly()
The custom-names of the features are derived only from their parameters, but not their name. -
Uses of NamedFeatureStoreFactory in org.anchoranalysis.plugin.image.feature.bean.object.combine
Methods in org.anchoranalysis.plugin.image.feature.bean.object.combine with parameters of type NamedFeatureStoreFactoryModifier and TypeMethodDescriptionabstract FeatureTableCalculator
<T> CombineObjectsForFeatures.createFeatures
(List<NamedBean<FeatureListProvider<FeatureInputSingleObject>>> featuresSingleObject, NamedFeatureStoreFactory storeFactory, boolean suppressErrors) Creates features that will be applied on the objects.EachObjectIndependently.createFeatures
(List<NamedBean<FeatureListProvider<FeatureInputSingleObject>>> list, NamedFeatureStoreFactory storeFactory, boolean suppressErrors) PairNeighbors.createFeatures
(List<NamedBean<FeatureListProvider<FeatureInputSingleObject>>> list, NamedFeatureStoreFactory storeFactory, boolean suppressErrors)