public static class INFLO.Parameterizer<O> extends AbstractDistanceBasedAlgorithm.Parameterizer<O>
Modifier and Type | Field and Description |
---|---|
protected int |
k
Number of neighbors to use.
|
static OptionID |
K_ID
Parameter to specify the number of nearest neighbors of an object to be
considered for computing its INFLO score.
|
protected double |
m
M parameter
|
static OptionID |
M_ID
Parameter to specify if any object is a Core Object must be a double
greater than 0.0
see paper "Two-way search method" 3.2
|
distanceFunction
Constructor and Description |
---|
INFLO.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected INFLO<O> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID M_ID
public static final OptionID K_ID
protected double m
protected int k
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractDistanceBasedAlgorithm.Parameterizer<O>
config
- Parameterization to add options to.protected INFLO<O> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.