O
- object type@Reference(authors="M. Ester, H.-P. Kriegel, J. Sander, X. Xu", title="A Density-Based Algorithm for Discovering Clusters in Large Spatial Databases with Noise", booktitle="Proc. 2nd Int. Conf. on Knowledge Discovery and Data Mining (KDD \'96), Portland, OR, 1996", url="http://www.aaai.org/Papers/KDD/1996/KDD96-037") public class EpsilonNeighborPredicate<O> extends Object implements NeighborPredicate
M. Ester, H.-P. Kriegel, J. Sander, X. Xu
A Density-Based Algorithm for Discovering Clusters in Large Spatial Databases
with Noise
In Proc. 2nd Int. Conf. on Knowledge Discovery and Data Mining (KDD '96),
Portland, OR, 1996.
Modifier and Type | Class and Description |
---|---|
static class |
EpsilonNeighborPredicate.Instance
Instance for a particular data set.
|
static class |
EpsilonNeighborPredicate.Parameterizer<O>
Parameterization class
|
Modifier and Type | Field and Description |
---|---|
protected DistanceFunction<? super O> |
distFunc
Distance function to use
|
protected double |
epsilon
Range to query with
|
Constructor and Description |
---|
EpsilonNeighborPredicate(double epsilon,
DistanceFunction<? super O> distFunc)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
TypeInformation |
getInputTypeRestriction()
Input data type restriction.
|
SimpleTypeInformation<?>[] |
getOutputType()
Output data type information.
|
<T> NeighborPredicate.Instance<T> |
instantiate(Database database,
SimpleTypeInformation<?> type)
Instantiate for a database.
|
protected double epsilon
protected DistanceFunction<? super O> distFunc
public EpsilonNeighborPredicate(double epsilon, DistanceFunction<? super O> distFunc)
epsilon
- Epsilon valuedistFunc
- Distance function to usepublic <T> NeighborPredicate.Instance<T> instantiate(Database database, SimpleTypeInformation<?> type)
NeighborPredicate
instantiate
in interface NeighborPredicate
database
- Database to instantiate forpublic SimpleTypeInformation<?>[] getOutputType()
NeighborPredicate
getOutputType
in interface NeighborPredicate
public TypeInformation getInputTypeRestriction()
NeighborPredicate
getInputTypeRestriction
in interface NeighborPredicate
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.