Class Utils.ClusterRemovalInfo
java.lang.Object
de.unijena.cheminf.clustering.art2a.Utils.ClusterRemovalInfo
- Enclosing class:
- Utils
Helper class: Cluster removal info.
Note: No checks are performed.
Note: No checks are performed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intNumber of detected clustersprotected booleanTrue: Cluster is removed, false: Otherwiseprotected voidsetClusterRemovalInfo(boolean anIsClusterRemoved, int aNumberOfDetectedClusters) Set cluster removal info
-
Constructor Details
-
ClusterRemovalInfo
protected ClusterRemovalInfo()Constructor
-
-
Method Details
-
setClusterRemovalInfo
protected void setClusterRemovalInfo(boolean anIsClusterRemoved, int aNumberOfDetectedClusters) Set cluster removal info- Parameters:
anIsClusterRemoved- True: Cluster is removed, false: OtherwiseaNumberOfDetectedClusters- Number of detected clusters
-
isClusterRemoved
protected boolean isClusterRemoved()True: Cluster is removed, false: Otherwise- Returns:
- True: Cluster is removed, false: Otherwise
-
getNumberOfDetectedClusters
protected int getNumberOfDetectedClusters()Number of detected clusters- Returns:
- Number of detected clusters
-