Uses of Class
org.anchoranalysis.feature.results.ResultsVectorList
Packages that use ResultsVectorList
Package
Description
Base classes providing inputs to feature calculations.
A
Generator for writing a table of feature values as a
CSV.-
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. -
Uses of ResultsVectorList in org.anchoranalysis.feature.io.csv.table
Methods in org.anchoranalysis.feature.io.csv.table that return types with arguments of type ResultsVectorListModifier and TypeMethodDescriptionFeatureTableCSVGeneratorFactory.create(FeatureNameList featureNames, boolean horizontal) Creates either aFeatureTableCSVGeneratorin either horizontal or vertical style.