public interface FeatureFilter
Modifier and Type | Method and Description |
---|---|
void |
applyFilter(File tmpFeatureFile)
Applies the filter to the given feature store
|
boolean |
isApplicableForTesting()
Whether the filter is applicable on testing instances
|
boolean |
isApplicableForTraining()
Whether the filter is applicable on training instances
|
void applyFilter(File tmpFeatureFile) throws Exception
tmpFeatureFile
- the file to filterException
- in case of errorboolean isApplicableForTraining()
boolean isApplicableForTesting()
Copyright © 2013–2019 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.