Interface IFeatureCodesProvider
-
- All Known Implementing Classes:
FeatureVectorDataset
,FeatureVectorWithDescription
public interface IFeatureCodesProvider
Common interface of classes providing feature codes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>
getFeatureCodes()
Returns the feature codes.
-