Package org.anchoranalysis.feature.input
Class FeatureInputResults
Object
FeatureInputResults
- All Implemented Interfaces:
FeatureInput
A
FeatureInput with the stored results from a prior feature-calculation.- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionFeatureInputResults(ResultsVectorList results, FeatureNameMapToIndex featureNameIndex) Creates a newFeatureInputResultsinstance. -
Method Summary
-
Constructor Details
-
FeatureInputResults
Creates a newFeatureInputResultsinstance.- Parameters:
results- The results of a prior feature-calculation, corresponding to a list of features.featureNameIndex- A mapping from the name of the feature that produced a result, to its index position inresults.
-
-
Method Details
-
getResults
The results of a prior feature-calculation, corresponding to a list of features. -
getFeatureNameIndex
A mapping from the name of the feature that produced a result, to its index position inresults. -
toString
-
equals
-
hashCode
public int hashCode()
-