@Reference(authors="Christian B\u00f6hm, Karin Kailing, Peer Kr\u00f6ger, Arthur Zimek", title="Computing Clusters of Correlation Connected Objects", booktitle="Proc. ACM SIGMOD Int. Conf. on Management of Data (SIGMOD 2004)", url="https://doi.org/10.1145/1007568.1007620", bibkey="DBLP:conf/sigmod/BohmKKZ04") public class FourCCorePredicate extends java.lang.Object implements CorePredicate<PreDeConNeighborPredicate.PreDeConModel>
Reference:
Christian Böhm, Karin Kailing, Peer Kröger, Arthur Zimek
Computing Clusters of Correlation Connected Objects
Proc. ACM SIGMOD Int. Conf. on Management of Data (SIGMOD 2004)
Modifier and Type | Class and Description |
---|---|
static class |
FourCCorePredicate.Instance
Instance for a particular data set.
|
static class |
FourCCorePredicate.Parameterizer
Parameterization class
|
Modifier and Type | Field and Description |
---|---|
protected FourC.Settings |
settings
The PreDeCon settings class.
|
Constructor and Description |
---|
FourCCorePredicate(FourC.Settings settings)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsType(SimpleTypeInformation<? extends PreDeConNeighborPredicate.PreDeConModel> type)
Test whether the neighborhood type T is accepted by this predicate.
|
FourCCorePredicate.Instance |
instantiate(Database database)
Instantiate for a database.
|
protected FourC.Settings settings
public FourCCorePredicate(FourC.Settings settings)
settings
- PreDeCon settingspublic FourCCorePredicate.Instance instantiate(Database database)
CorePredicate
instantiate
in interface CorePredicate<PreDeConNeighborPredicate.PreDeConModel>
database
- Database to instantiate forpublic boolean acceptsType(SimpleTypeInformation<? extends PreDeConNeighborPredicate.PreDeConModel> type)
CorePredicate
acceptsType
in interface CorePredicate<PreDeConNeighborPredicate.PreDeConModel>
type
- Type informationCopyright © 2019 ELKI Development Team. License information.