class: CARTProperties

public class: CARTProperties
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 7.12.2005 12:27:54; Modified: 12.12.2005 21:45:54;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {219ED159-ADF6-4bbd-BF61-CCB11E0DBD0A}
Properties of CART method.

 

Goto: Fields, Methods

Extends: ToolWindow

See also: CART, ToolWindow

Appears in: Algorithm classes

Connections
 
CARTProperties Attributes
Attribute Details
private System.Windows.Forms.RadioButton
  radioButton1
Notes: visual controls
private System.Windows.Forms.RadioButton
  radioButton2
private System.Windows.Forms.RadioButton
  radioButton3
private System.Windows.Forms.Label
  label1
private System.Windows.Forms.Button
  buttonOk
private System.Windows.Forms.Button
  buttonCancel
private System.ComponentModel.Container
  components
Initial: null
Notes: Required designer variable.

public int
  TypeOfDiversity
Initial: 1
Notes: We have three types of counting diversity. It can be chosen.

 
CARTProperties Methods
Operation Details
public
CARTProperties():
Sequential
Notes: Constructor.
protected
Dispose(
   bool disposing):void
Sequential
Tags: override=true
Notes: Clean up any resources being used.
private
InitializeComponent():void
Sequential
Notes: Required method for Designer support - do not modify the contents of this method with the code editor.
private
getSelectedDiversity():int
Sequential
Notes: Gets a diversity selected by user.

@returns
private
setSelectedDiversity(
   int sel):void
Sequential
Notes: Set the state of radio buttons according to the diversity.
private
buttonOk_Click(
   object sender,
   System.EventArgs e):void
Sequential
Notes: Ok button click event. Saves the values.
private
buttonCancel_Click(
   object sender,
   System.EventArgs e):void
Sequential
Notes: Cancel. Closes window.