|
|
|||||||||||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.lmu.ifi.dbs.elki.logging.AbstractLoggable
de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizable
de.lmu.ifi.dbs.elki.preprocessing.ProjectedDBSCANPreprocessor<D,V>
de.lmu.ifi.dbs.elki.preprocessing.KernelFourCPreprocessor<D,V>
public class KernelFourCPreprocessor<D extends Distance<D>,V extends RealVector<V,?>>
Preprocessor for kernel 4C local dimensionality, neighbor objects and strong eigenvector matrix assignment to objects of a certain database.
Field Summary | |
---|---|
private boolean |
absolute
Indicates wether delta is an absolute or a relative value. |
static String |
ABSOLUTE_D
Description for flag abs. |
static String |
ABSOLUTE_F
Flag for marking parameter delta as an absolute value. |
static double |
DEFAULT_DELTA
The default value for delta. |
static String |
DEFAULT_KERNEL_FUNCTION_CLASS
The default kernel function class name. |
private double |
delta
Threshold for strong eigenpairs, can be absolute or relative. |
static String |
DELTA_D
Description for parameter delta. |
static String |
DELTA_P
Option string for parameter delta. |
static String |
KERNEL_FUNCTION_CLASS_D
Description for parameter preprocessor. |
static String |
KERNEL_FUNCTION_CLASS_P
Parameter for preprocessor. |
private String[] |
pcaParameters
The parameter settings for the PCA. |
Fields inherited from class de.lmu.ifi.dbs.elki.preprocessing.ProjectedDBSCANPreprocessor |
---|
DEFAULT_DISTANCE_FUNCTION, DISTANCE_FUNCTION_D, DISTANCE_FUNCTION_P, EPSILON_PARAM, rangeQueryDistanceFunction |
Fields inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizable |
---|
optionHandler |
Fields inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable |
---|
debug |
Constructor Summary | |
---|---|
KernelFourCPreprocessor()
|
Method Summary | |
---|---|
String |
description()
Returns a description of the class and the required parameters. |
protected void |
runVarianceAnalysis(Integer id,
List<QueryResult<D>> neighbors,
Database<V> database)
This method implements the type of variance analysis to be computed for a given point. |
String[] |
setParameters(String[] args)
Sets the values for the parameters alpha, pca and pcaDistancefunction if specified. |
Methods inherited from class de.lmu.ifi.dbs.elki.preprocessing.ProjectedDBSCANPreprocessor |
---|
getAttributeSettings, run |
Methods inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizable |
---|
addOption, checkGlobalParameterConstraints, deleteOption, description, description, getParameters, getParameterValue, getPossibleOptions, inlineDescription, isSet, setParameters |
Methods inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable |
---|
debugFine, debugFiner, debugFinest, exception, message, progress, progress, progress, verbose, verbose, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameterizable |
---|
checkGlobalParameterConstraints, getParameters, getPossibleOptions, inlineDescription |
Field Detail |
---|
public static final String DEFAULT_KERNEL_FUNCTION_CLASS
public static final String KERNEL_FUNCTION_CLASS_P
public static final String KERNEL_FUNCTION_CLASS_D
public static final String ABSOLUTE_F
public static final String ABSOLUTE_D
public static final String DELTA_P
public static final String DELTA_D
public static final double DEFAULT_DELTA
private double delta
private boolean absolute
private String[] pcaParameters
Constructor Detail |
---|
public KernelFourCPreprocessor()
Method Detail |
---|
protected void runVarianceAnalysis(Integer id, List<QueryResult<D>> neighbors, Database<V> database)
runVarianceAnalysis
in class ProjectedDBSCANPreprocessor<D extends Distance<D>,V extends RealVector<V,?>>
id
- the given pointneighbors
- the neighbors as query results of the given pointdatabase
- the database for which the preprocessing is performedpublic String[] setParameters(String[] args) throws ParameterException
setParameters
in interface Parameterizable
setParameters
in class ProjectedDBSCANPreprocessor<D extends Distance<D>,V extends RealVector<V,?>>
args
- parameters to set the attributes accordingly to
ParameterException
- in case of wrong parameter-settingParameterizable.setParameters(String[])
public String description()
Parameterizable
description
in interface Parameterizable
description
in class AbstractParameterizable
Parameterizable.description()
|
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |