O
- Object type@Reference(title="Subsampling for Efficient and Effective Unsupervised Outlier Detection Ensembles", authors="A. Zimek and M. Gaudet and R. J. G. B. Campello and J. Sander", booktitle="Proc. 19th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD \'13") public class RandomSampleKNNPreprocessor<O> extends AbstractMaterializeKNNPreprocessor<O>
Subsampling for Efficient and Effective Unsupervised Outlier Detection
Ensembles
A. Zimek and M. Gaudet and R. J. G. B. Campello and J. Sander
In: Proc. 19th ACM SIGKDD International Conference on Knowledge Discovery and
Data Mining, KDD '13
Modifier and Type | Class and Description |
---|---|
static class |
RandomSampleKNNPreprocessor.Factory<O>
The parameterizable factory.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
LOG
Logger
|
private RandomFactory |
rnd
Random generator
|
private double |
share
Relative share of objects to get
|
distanceFunction, distanceQuery, k
storage
relation
Constructor and Description |
---|
RandomSampleKNNPreprocessor(Relation<O> relation,
DistanceFunction<? super O> distanceFunction,
int k,
double share,
RandomFactory rnd)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
getLogger()
Get the classes static logger.
|
String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus.
|
String |
getShortName()
A short name for the result, useful for file names.
|
void |
logStatistics()
Send statistics to the logger, if enabled.
|
protected void |
preprocess()
Perform the preprocessing step.
|
createStorage, get, getDistanceQuery, getK, getKNNQuery, initialize
private static final Logging LOG
private final double share
private final RandomFactory rnd
public RandomSampleKNNPreprocessor(Relation<O> relation, DistanceFunction<? super O> distanceFunction, int k, double share, RandomFactory rnd)
relation
- Relation to indexdistanceFunction
- distance functionk
- kshare
- Relative sharernd
- Random generatorprotected void preprocess()
AbstractMaterializeKNNPreprocessor
preprocess
in class AbstractMaterializeKNNPreprocessor<O>
protected Logging getLogger()
AbstractPreprocessorIndex
getLogger
in class AbstractPreprocessorIndex<O,KNNList>
public String getLongName()
Result
getLongName
in interface Result
getLongName
in class AbstractIndex<O>
public String getShortName()
Result
getShortName
in interface Result
getShortName
in class AbstractIndex<O>
public void logStatistics()
Index
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.