Uses of Class
elki.clustering.dbscan.predicates.COPACNeighborPredicate.COPACModel
-
Packages that use COPACNeighborPredicate.COPACModel Package Description elki.clustering.dbscan.predicates Neighbor and core predicated for Generalized DBSCAN. -
-
Uses of COPACNeighborPredicate.COPACModel in elki.clustering.dbscan.predicates
Methods in elki.clustering.dbscan.predicates that return COPACNeighborPredicate.COPACModel Modifier and Type Method Description protected COPACNeighborPredicate.COPACModel
COPACNeighborPredicate. computeLocalModel(DBIDRef id, DoubleDBIDList knnneighbors, Relation<? extends NumberVector> relation)
COPAC model computationCOPACNeighborPredicate.COPACModel
COPACNeighborPredicate.Instance. getNeighbors(DBIDRef reference)
Methods in elki.clustering.dbscan.predicates that return types with arguments of type COPACNeighborPredicate.COPACModel Modifier and Type Method Description SimpleTypeInformation<COPACNeighborPredicate.COPACModel>
COPACNeighborPredicate. getOutputType()
NeighborPredicate.Instance<COPACNeighborPredicate.COPACModel>
COPACNeighborPredicate. instantiate(Database database)
Methods in elki.clustering.dbscan.predicates with parameters of type COPACNeighborPredicate.COPACModel Modifier and Type Method Description DBIDIter
COPACNeighborPredicate.Instance. iterDBIDs(COPACNeighborPredicate.COPACModel neighbors)
Constructor parameters in elki.clustering.dbscan.predicates with type arguments of type COPACNeighborPredicate.COPACModel Constructor Description Instance(DBIDs ids, DataStore<COPACNeighborPredicate.COPACModel> storage)
Constructor.
-