Uses of Class
org.anchoranalysis.feature.results.ResultsVectorList
Packages that use ResultsVectorList
Package
Description
Base classes providing inputs to feature calculations.
-
Uses of ResultsVectorList in org.anchoranalysis.feature.input
Methods in org.anchoranalysis.feature.input that return ResultsVectorListModifier and TypeMethodDescriptionFeatureInputResults.getResults()The results of a prior feature-calculation, corresponding to a list of features.Constructors in org.anchoranalysis.feature.input with parameters of type ResultsVectorListModifierConstructorDescriptionFeatureInputResults(ResultsVectorList results, FeatureNameMapToIndex featureNameIndex) Creates a newFeatureInputResultsinstance.