public class PropertyFilter extends AttributeFilter
Usage: <measured|predicted> <Target Property> <Criteria> <Threshold>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
UseMeasured
Whether to use measured or predicted property values
|
TargetAttributeEqual, GreaterThan, LessThan, Threshold| Constructor and Description |
|---|
PropertyFilter() |
| 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.
|
setOptions, setTargetAttribute, trainsetComparisonOperator, setThreshold, testCriteriafilter, parallelLabel, parallelMinimum, setExclude, toExcludeprotected boolean UseMeasured
public void setOptions(java.util.List<java.lang.Object> OptionsObj)
throws java.lang.Exception
OptionssetOptions in interface OptionssetOptions in class AttributeFilterOptionsObj - Array of options as Objects - can be nulljava.lang.Exception - if problem with inputspublic java.lang.String printUsage()
OptionsprintUsage in interface OptionsprintUsage in class AttributeFilterpublic boolean[] label(Dataset D)
BaseDatasetFilterlabel in class AttributeFilterD - Dataset to be labeled