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.COPACModelCOPACNeighborPredicate. computeLocalModel(elki.database.ids.DBIDRef id, elki.database.ids.DoubleDBIDList knnneighbors, elki.database.relation.Relation<? extends elki.data.NumberVector> relation)COPAC model computationCOPACNeighborPredicate.COPACModelCOPACNeighborPredicate.Instance. getNeighbors(elki.database.ids.DBIDRef reference)Methods in elki.clustering.dbscan.predicates that return types with arguments of type COPACNeighborPredicate.COPACModel Modifier and Type Method Description elki.data.type.SimpleTypeInformation<COPACNeighborPredicate.COPACModel>COPACNeighborPredicate. getOutputType()NeighborPredicate.Instance<COPACNeighborPredicate.COPACModel>COPACNeighborPredicate. instantiate(elki.database.Database database)Methods in elki.clustering.dbscan.predicates with parameters of type COPACNeighborPredicate.COPACModel Modifier and Type Method Description elki.database.ids.DBIDIterCOPACNeighborPredicate.Instance. iterDBIDs(COPACNeighborPredicate.COPACModel neighbors)Constructor parameters in elki.clustering.dbscan.predicates with type arguments of type COPACNeighborPredicate.COPACModel Constructor Description Instance(elki.database.ids.DBIDs ids, elki.database.datastore.DataStore<COPACNeighborPredicate.COPACModel> storage)Constructor.
-