Package org.anchoranalysis.feature.input
Class FeatureInputResults
Object
org.anchoranalysis.feature.input.FeatureInputResults
- All Implemented Interfaces:
FeatureInput
public final class FeatureInputResults extends Object implements FeatureInput
A
FeatureInput with the stored results from a prior feature-calculation.- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description FeatureInputResults(ResultsVectorList results, FeatureNameMapToIndex featureNameIndex) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)FeatureNameMapToIndexgetFeatureNameIndex()A mapping from the name of the feature that produced a result, to its index position inresults.ResultsVectorListgetResults()The results of a prior feature-calculation, corresponding to a list of features.inthashCode()StringtoString()
-
Constructor Details
-
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()
-