Operation |
Details |
public ClusterSettingsDialog(): |
|
protected Dispose( bool disposing):void |
Notes: | Clean up any resources being used. | |
private InitializeComponent():void |
Notes: | Required method for Designer support - do not modify the contents of this method with the code editor. | |
public HierarchicalClustering():bool |
<<property>> Notes: | If Hierarchical Clustering is choosen, then settings for calculating distance of clusters are available. | |
public MaximumDistance():bool |
<<property>> Notes: | Maximum distance cluster metrics | |
public MinimumDistance():bool |
<<property>> Notes: | Minimum distance cluster metrics | |
public MeanDistance():bool |
<<property>> Notes: | Mean distance cluster metrics | |
public KMeanClustering():bool |
<<property>> |
public ClusteringCount():int |
<<property>> |
private rbHierarchicalClustering_CheckedChanged( object sender, System.EventArgs e):void |
Notes: | Event handler that fire if Hierarchichal clustering radio buton state is changed. If Hierarchichal clustering radio buton is not checked disable all type of distance radio buttons for this algorithm. | |