class: ID3Properties

public class: ID3Properties
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 7.12.2005 12:27:53; Modified: 12.12.2005 21:45:58;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {25501C62-DCCB-4e49-B058-1B54E56D0E06}
 

Goto: Fields, Methods

See also: ID3

Appears in: Algorithm classes

Connections
 
ID3Properties Attributes
Attribute Details
private System.Windows.Forms.Button
  buttonCancel
private System.Windows.Forms.Button
  buttonOk
private System.Windows.Forms.CheckBox
  checkBox1
private System.Windows.Forms.CheckBox
  checkBox2
private System.ComponentModel.IContainer
  components
Initial: null
public bool
  GainRatio
Initial: true
Notes: If the building tree algorithm may test the Gain Ration value instead of only Gain when compare splitters.

public bool
  GainAverageControl
Initial: true
Notes: If the building tree algorithm may control the Average Gain value when compare splitters.

 
ID3Properties Methods
Operation Details
public
ID3Properties():
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
buttonOk_Click(
   object sender,
   System.EventArgs e):void
Sequential
Notes: Ok. Saves the values and closes the window.
private
buttonCancel_Click(
   object sender,
   System.EventArgs e):void
Sequential
Notes: Cancel. Closes the values.
private
checkBox1_CheckedChanged(
   object sender,
   System.EventArgs e):void
Sequential
Notes: Checkbox changed event. Make a dependence between their states.