public class PropertyRangeFilter extends BaseDatasetFilter
Usage: <predicted|measured> <property> <inside|outside> <lower bound> <upper bound>
| Constructor and Description |
|---|
PropertyRangeFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
label(Dataset D)
Given a dataset, determine which entries passes the filter.
|
java.lang.String |
printUsage()
Print out required format for options.
|
void |
setOptions(java.util.List<java.lang.Object> OptionsObj)
Set any options for this object.
|
void |
train(Dataset TrainingSet)
Train a dataset splitter, if necessary
|
filter, parallelLabel, parallelMinimum, setExclude, toExcludepublic void setOptions(java.util.List<java.lang.Object> OptionsObj)
throws java.lang.Exception
OptionsOptionsObj - Array of options as Objects - can be nulljava.lang.Exception - if problem with inputspublic java.lang.String printUsage()
Optionspublic boolean[] label(Dataset D)
BaseDatasetFilterlabel in class BaseDatasetFilterD - Dataset to be labeledpublic void train(Dataset TrainingSet)
BaseDatasetFiltertrain in class BaseDatasetFilterTrainingSet - Dataset to use for training