Tabnine Logo
HDBSCANHierarchyExtraction$TempCluster.isSpurious
Code IndexAdd Tabnine to your IDE (free)

How to use
isSpurious
method
in
de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.extraction.HDBSCANHierarchyExtraction$TempCluster

Best Java code snippets using de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.extraction.HDBSCANHierarchyExtraction$TempCluster.isSpurious (Showing top 6 results out of 315)

origin: de.lmu.ifi.dbs.elki/elki-clustering

if(cclus.isSpurious(minClSize)) {
 noise.addDBIDs(cclus.members);
origin: elki-project/elki

if(cclus.isSpurious(minClSize)) {
 noise.addDBIDs(cclus.members);
origin: de.lmu.ifi.dbs.elki/elki

if(cclus.isSpurious(minClSize)) {
 noise.addDBIDs(cclus.members);
origin: de.lmu.ifi.dbs.elki/elki-clustering

/**
 * Spurious, also for non-materialized clusters.
 *
 * @param clus Cluster, may be {@code null} for 1-element clusters.
 * @param isCore Core property
 * @return {@code true} if spurious.
 */
private boolean isSpurious(TempCluster clus, boolean isCore) {
 return clus != null ? clus.isSpurious(minClSize) : (minClSize > 1 || !isCore);
}
origin: elki-project/elki

/**
 * Spurious, also for non-materialized clusters.
 *
 * @param clus Cluster, may be {@code null} for 1-element clusters.
 * @param isCore Core property
 * @return {@code true} if spurious.
 */
private boolean isSpurious(TempCluster clus, boolean isCore) {
 return clus != null ? clus.isSpurious(minClSize) : (minClSize > 1 || !isCore);
}
origin: de.lmu.ifi.dbs.elki/elki

/**
 * Spurious, also for non-materialized clusters.
 *
 * @param clus Cluster, may be {@code null} for 1-element clusters.
 * @param isCore Core property
 * @return {@code true} if spurious.
 */
private boolean isSpurious(TempCluster clus, boolean isCore) {
 return clus != null ? clus.isSpurious(minClSize) : (minClSize > 1 || !isCore);
}
de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.extractionHDBSCANHierarchyExtraction$TempClusterisSpurious

Javadoc

Test if a cluster is spurious.

Popular methods of HDBSCANHierarchyExtraction$TempCluster

  • <init>
    Constructor.
  • excessOfMass
    Excess of mass measure.
  • grow
    Add new objects to the cluster.
  • resetAggregate
    Reset the aggregate (for spurious clusters).
  • totalElements
    Total number of elements in this subtree.
  • totalStability
    Excess of mass measure.
  • collectChildren
    Recursive flattening of clusters.
  • finalizeCluster
    Make the cluster for the given object

Popular in Java

  • Creating JSON documents from java classes using gson
  • findViewById (Activity)
  • getExternalFilesDir (Context)
  • onRequestPermissionsResult (Fragment)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Option (scala)
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now