Uses of Class
elki.logging.progress.IndefiniteProgress
-
Packages that use IndefiniteProgress Package Description elki.clustering Clustering algorithms.elki.clustering.correlation Correlation clustering algorithms.elki.clustering.dbscan DBSCAN and its generalizations.elki.logging Logging facility for controlling logging behavior of the complete framework. -
-
Uses of IndefiniteProgress in elki.clustering
Methods in elki.clustering with parameters of type IndefiniteProgress Modifier and Type Method Description protected void
SNNClustering. expandCluster(SimilarityQuery<O> snnInstance, DBIDRef startObjectID, FiniteProgress objprog, IndefiniteProgress clusprog)
DBSCAN-function expandCluster adapted to SNN criterion. -
Uses of IndefiniteProgress in elki.clustering.correlation
Methods in elki.clustering.correlation with parameters of type IndefiniteProgress Modifier and Type Method Description private void
ORCLUS. merge(Relation<? extends NumberVector> relation, java.util.List<ORCLUS.ORCLUSCluster> clusters, int k_new, int d_new, IndefiniteProgress cprogress)
Reduces the number of seeds to k_new -
Uses of IndefiniteProgress in elki.clustering.dbscan
Fields in elki.clustering.dbscan declared as IndefiniteProgress Modifier and Type Field Description protected IndefiniteProgress
DBSCAN.Instance. clusprog
Progress for clusters (may be null). -
Uses of IndefiniteProgress in elki.logging
Methods in elki.logging with parameters of type IndefiniteProgress Modifier and Type Method Description void
Logging. setCompleted(IndefiniteProgress prog)
Finish a progress (unlessnull
).
-