V
- the type of NumberVector handled by this Algorithm@Reference(authors="E. Achtert, C. B\u00f6hm, H.-P. Kriegel, P. Kr\u00f6ger, A. Zimek", title="Robust, Complete, and Efficient Correlation Clustering", booktitle="Proc. 7th SIAM International Conference on Data Mining (SDM\'07), Minneapolis, MN, 2007", url="http://www.siam.org/proceedings/datamining/2007/dm07_037achtert.pdf") public class COPACNeighborPredicate<V extends NumberVector> extends Object implements NeighborPredicate
E. Achtert, C. Böhm H.-P. Kriegel, P. Kröger, A. Zimek:
Robust, Complete, and Efficient Correlation Clustering.
In Proc. 7th SIAM International Conference on Data Mining (SDM'07),
Minneapolis, MN, 2007
Modifier and Type | Class and Description |
---|---|
static class |
COPACNeighborPredicate.COPACModel
Model used by COPAC for core point property.
|
static class |
COPACNeighborPredicate.Instance
Instance for a particular data set.
|
static class |
COPACNeighborPredicate.Parameterizer<V extends NumberVector>
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
protected double |
epsilonsq
Squared value of epsilon.
|
private static Logging |
LOG
The logger for this class.
|
protected COPAC.Settings |
settings
COPAC parameters
|
Constructor and Description |
---|
COPACNeighborPredicate(COPAC.Settings settings)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected COPACNeighborPredicate.COPACModel |
computeLocalModel(DBIDRef id,
DoubleDBIDList knnneighbors,
Relation<V> relation)
COPAC model computation
|
TypeInformation |
getInputTypeRestriction()
Input data type restriction.
|
SimpleTypeInformation<?>[] |
getOutputType()
Output data type information.
|
COPACNeighborPredicate.Instance |
instantiate(Database database,
Relation<V> relation)
Full instantiation method.
|
<T> NeighborPredicate.Instance<T> |
instantiate(Database database,
SimpleTypeInformation<?> type)
Instantiate for a database.
|
private static final Logging LOG
protected final COPAC.Settings settings
protected double epsilonsq
public COPACNeighborPredicate(COPAC.Settings settings)
settings
- COPAC settingspublic <T> NeighborPredicate.Instance<T> instantiate(Database database, SimpleTypeInformation<?> type)
NeighborPredicate
instantiate
in interface NeighborPredicate
database
- Database to instantiate forpublic COPACNeighborPredicate.Instance instantiate(Database database, Relation<V> relation)
database
- Databaserelation
- Vector relationprotected COPACNeighborPredicate.COPACModel computeLocalModel(DBIDRef id, DoubleDBIDList knnneighbors, Relation<V> relation)
id
- Query objectknnneighbors
- k nearest neighborsrelation
- Data relationpublic TypeInformation getInputTypeRestriction()
NeighborPredicate
getInputTypeRestriction
in interface NeighborPredicate
public SimpleTypeInformation<?>[] getOutputType()
NeighborPredicate
getOutputType
in interface NeighborPredicate
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.