Uses of Interface
elki.database.ids.SetDBIDs
-
Packages that use SetDBIDs Package Description elki.clustering.dbscan.predicates Neighbor and core predicated for Generalized DBSCAN.elki.clustering.subspace Axis-parallel subspace clustering algorithms.elki.database.ids Database object identification and ID group handling API.elki.database.ids.integer Integer-based DBID implementation -- do not use directly - always useDBIDUtil
.elki.evaluation.clustering.pairsegments Pair-segment analysis of multiple clusterings.elki.evaluation.outlier Evaluate an outlier score using a misclassification based cost model.elki.outlier Outlier detection algorithms.elki.outlier.lof LOF family of outlier detection algorithms. -
-
Uses of SetDBIDs in elki.clustering.dbscan.predicates
Classes in elki.clustering.dbscan.predicates that implement SetDBIDs Modifier and Type Class Description static class
COPACNeighborPredicate.COPACModel
Model used by COPAC for core point property.Fields in elki.clustering.dbscan.predicates declared as SetDBIDs Modifier and Type Field Description (package private) SetDBIDs
COPACNeighborPredicate.COPACModel. ids
Neighbor ids.(package private) SetDBIDs
PreDeConNeighborPredicate.PreDeConModel. ids
Neighbor ids.Constructors in elki.clustering.dbscan.predicates with parameters of type SetDBIDs Constructor Description COPACModel(int cdim, SetDBIDs ids)
COPAC model.PreDeConModel(int pdim, SetDBIDs ids)
PreDeCon model. -
Uses of SetDBIDs in elki.clustering.subspace
Methods in elki.clustering.subspace that return SetDBIDs Modifier and Type Method Description private SetDBIDs[][]
P3C. partitionData(Relation<? extends NumberVector> relation, int bins)
Partition the data set intobins
bins in each dimension independently.Methods in elki.clustering.subspace with parameters of type SetDBIDs Modifier and Type Method Description private int
P3C. chiSquaredUniformTest(SetDBIDs[] parts, long[] marked, int card)
Performs a ChiSquared test to determine whether an attribute has a uniform distribution.private java.util.ArrayList<P3C.Signature>
P3C. constructOneSignatures(SetDBIDs[][] partitions, long[][] markers)
Construct the 1-signatures by merging adjacent dense bins. -
Uses of SetDBIDs in elki.database.ids
Subinterfaces of SetDBIDs in elki.database.ids Modifier and Type Interface Description interface
DBID
Database ID object.interface
DBIDVar
(Persistent) variable storing a DBID reference.interface
HashSetDBIDs
Hash-organized DBIDsinterface
HashSetModifiableDBIDs
Set-oriented implementation of a modifiable DBID collection.Classes in elki.database.ids that implement SetDBIDs Modifier and Type Class Description class
EmptyDBIDs
Empty DBID collection.Methods in elki.database.ids that return SetDBIDs Modifier and Type Method Description static SetDBIDs
DBIDUtil. ensureSet(DBIDs ids)
Ensure that the given DBIDs support fast "contains" operations. -
Uses of SetDBIDs in elki.database.ids.integer
Classes in elki.database.ids.integer that implement SetDBIDs Modifier and Type Class Description (package private) class
FastutilIntOpenHashSetModifiableDBIDs
Implementation using Fastutil IntSet.(package private) class
IntegerDBID
Database ID object.(package private) class
IntegerDBIDRange
Representing a DBID range allocation.(package private) class
IntegerDBIDVar
Variable for storing a single DBID reference. -
Uses of SetDBIDs in elki.evaluation.clustering.pairsegments
Methods in elki.evaluation.clustering.pairsegments with parameters of type SetDBIDs Modifier and Type Method Description private void
Segments. recursivelyFill(java.util.List<java.util.List<? extends Cluster<?>>> cs, int depth, SetDBIDs first, SetDBIDs second, int[] path, boolean objectsegment)
-
Uses of SetDBIDs in elki.evaluation.outlier
Methods in elki.evaluation.outlier with parameters of type SetDBIDs Modifier and Type Method Description private XYCurve
OutlierPrecisionAtKCurve. computePrecisionResult(int size, SetDBIDs positiveids, DBIDs order)
private OutlierSmROCCurve.SmROCResult
OutlierSmROCCurve. computeSmROCResult(SetDBIDs positiveids, OutlierResult or)
-
Uses of SetDBIDs in elki.outlier
Methods in elki.outlier with parameters of type SetDBIDs Modifier and Type Method Description private double
GaussianUniformMixture. loglikelihoodNormal(DBIDs objids, SetDBIDs anomalous, CovarianceMatrix builder, Relation<? extends NumberVector> relation)
Computes the loglikelihood of all normal objects. -
Uses of SetDBIDs in elki.outlier.lof
Method parameters in elki.outlier.lof with type arguments of type SetDBIDs Modifier and Type Method Description private void
INFLO. computeNeighborhoods(Relation<O> relation, DataStore<SetDBIDs> knns, ModifiableDBIDs pruned, WritableDataStore<ModifiableDBIDs> rNNminuskNNs)
Compute the reverse kNN minus the kNN.
-