O - Object type@Title(value="PINN: Projection Indexed Nearest Neighbors") @Reference(title="Finding local anomalies in very high dimensional space", authors="T. de Vries, S. Chawla, M. E. Houle", booktitle="Proc. IEEE 10th International Conference on Data Mining (ICDM)", url="https://doi.org/10.1109/ICDM.2010.151", bibkey="DBLP:conf/icdm/VriesCH10") public class PINN<O extends NumberVector> extends ProjectedIndex.Factory<O,O>
Reference:
Finding local anomalies in very high dimensional space
T. de Vries, S. Chawla, M. E. Houle
In: Proc. IEEE 10th International Conference on Data Mining (ICDM)
| Modifier and Type | Class and Description |
|---|---|
static class |
PINN.Parameterizer<O extends NumberVector>
Parameterization class.
|
inner, kmulti, materialize, norefine, proj| Constructor and Description |
|---|
PINN(IndexFactory<O> inner,
int t,
double s,
double h,
RandomFactory random)
Constructor.
|
getInputTypeRestriction, instantiatepublic PINN(IndexFactory<O> inner, int t, double s, double h, RandomFactory random)
inner - Inner indext - Target dimensionalitys - Sparsityh - Neighborhood size multiplicatorrandom - Random generator factoryCopyright © 2019 ELKI Development Team. License information.