public class BestInAlloySystemFilter extends BaseDatasetFilter
| Constructor and Description |
|---|
BestInAlloySystemFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
label(Dataset D)
Given a dataset, determine which entries passes the filter.
|
protected int |
parallelMinimum()
Minimum number of entries to label in parallel.
|
java.lang.String |
printUsage()
Print out required format for options.
|
void |
setNPerDiagram(int NPerDiagram)
Set number of entries to collect per diagram
|
void |
setOptions(java.util.List<java.lang.Object> Options)
Set any options for this object.
|
void |
setRanker(BaseEntryRanker Ranker)
Set how to rank entries
|
void |
train(Dataset TrainingSet)
Train a dataset splitter, if necessary
|
filter, parallelLabel, setExclude, toExcludepublic void setOptions(java.util.List<java.lang.Object> Options)
throws java.lang.Exception
OptionsOptions - Array of options as Objects - can be nulljava.lang.Exception - if problem with inputspublic java.lang.String printUsage()
Optionspublic void setNPerDiagram(int NPerDiagram)
throws java.lang.Exception
NPerDiagram - Desired number of entriesjava.lang.Exceptionpublic void setRanker(BaseEntryRanker Ranker)
Ranker - Ranker to use to score entriespublic void train(Dataset TrainingSet)
BaseDatasetFiltertrain in class BaseDatasetFilterTrainingSet - Dataset to use for trainingprotected int parallelMinimum()
BaseDatasetFilterparallelMinimum in class BaseDatasetFilterpublic boolean[] label(Dataset D)
BaseDatasetFilterlabel in class BaseDatasetFilterD - Dataset to be labeled