class: ClusterSettingsDialog

public class: ClusterSettingsDialog
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 14.12.2005 23:27:02; Modified: 15.12.2005 0:06:46;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {B2E560ED-5FDF-4c9a-ABF7-8FFD26D6E202}
Dialog for settings Clustering options

 

Goto: Fields, Methods

Extends: ToolWindow

See also: ToolWindow, SOMForm

Appears in: CD Main module

Connections
 
ClusterSettingsDialog Attributes
Attribute Details
private System.Windows.Forms.GroupBox
  groupBox1
private System.Windows.Forms.RadioButton
  rbHierarchicalClustering
private System.Windows.Forms.Button
  bCancel
private System.Windows.Forms.Button
  bOK
private System.Windows.Forms.Panel
  panel1
private System.Windows.Forms.RadioButton
  rbMaximumDistance
private System.Windows.Forms.RadioButton
  rbMinimumDistance
private System.Windows.Forms.RadioButton
  rbMeanDistance
private System.Windows.Forms.RadioButton
  rbKMeanClustering
private System.Windows.Forms.Label
  label1
private System.Windows.Forms.TextBox
  clustersCount
private System.ComponentModel.Container
  components
Initial: null
Notes: Required designer variable.

 
ClusterSettingsDialog Methods
Operation Details
public
ClusterSettingsDialog():
protected
Dispose(
   bool disposing):void
Tags: override=true
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>>
Notes: Count of clusters
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.