WeightedCorePredicate Implementation for ELKI - An example
问题 I've recently tried to implement an example of the Weighted DBSCAN in ELKI by modifying the CorePredicate (For example, using the MinPointCorePredicate as the base to build on) and I was just wondering if anyone could critique whether this would be the right implementation in this situation: import de.lmu.ifi.dbs.elki.algorithm.clustering.gdbscan.*; import de.lmu.ifi.dbs.elki.algorithm.clustering.kmeans.KMeansLloyd; import de.lmu.ifi.dbs.elki.data.Cluster; import de.lmu.ifi.dbs.elki.data