|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
de.lmu.ifi.dbs.elki.algorithm.outlier.meta.ExternalDoubleOutlierScore.Parameterizer
public static class ExternalDoubleOutlierScore.Parameterizer

Parameterization class
| Field Summary | |
|---|---|
private File |
file
The file to be reparsed |
static OptionID |
FILE_ID
Parameter that specifies the name of the file to be re-parsed. |
static OptionID |
ID_ID
Parameter that specifies the object ID pattern Key: -externaloutlier.idpatternDefault: ^ID= |
private Pattern |
idpattern
object id pattern |
private boolean |
inverted
Inversion flag. |
static OptionID |
INVERTED_ID
Flag parameter for inverted scores. |
private ScalingFunction |
scaling
Scaling function to use |
static OptionID |
SCALING_ID
Parameter to specify a scaling function to use. |
static OptionID |
SCORE_ID
Parameter that specifies the object score pattern Key: -externaloutlier.scorepattern |
private Pattern |
scorepattern
object score pattern |
| Constructor Summary | |
|---|---|
ExternalDoubleOutlierScore.Parameterizer()
|
|
| Method Summary | |
|---|---|
protected ExternalDoubleOutlierScore |
makeInstance()
Make an instance after successful configuration. |
protected void |
makeOptions(Parameterization config)
Add all options. |
| Methods inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer |
|---|
configure, make |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final OptionID FILE_ID
Key: -externaloutlier.file
public static final OptionID ID_ID
Key: -externaloutlier.idpattern
Default: ^ID=
public static final OptionID SCORE_ID
Key: -externaloutlier.scorepattern
public static final OptionID SCALING_ID
Key: -externaloutlier.scaling
public static final OptionID INVERTED_ID
private File file
private Pattern idpattern
private Pattern scorepattern
private ScalingFunction scaling
private boolean inverted
| Constructor Detail |
|---|
public ExternalDoubleOutlierScore.Parameterizer()
| Method Detail |
|---|
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected ExternalDoubleOutlierScore makeInstance()
AbstractParameterizer
makeInstance in class AbstractParameterizer
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||