
O - Object type@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="http://dx.doi.org/10.1109/ICDM.2010.151") public class PINN<O extends NumberVector<?>> extends ProjectedIndex.Factory<O,O>
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 factory