Attribute |
Details |
private DBDataAdmin dbAdmin |
|
private int TransCount |
Notes: | number of transactions = number of rows
| |
private double MinSupp |
Notes: | current minimal support used in algorithm
| |
private double MinConf |
Notes: | current minimal confidence used in algorithm
| |
private bool VisSetName |
Notes: | flag which determines if set description is visible directly in tree form
| |
private bool VisSetCode |
Notes: | flag which determines if set code is visible directly in tree form
| |
private bool VisSupport |
Notes: | flag which determines if set support is visible directly in tree form
| |
private bool VisIsLargeSet |
Notes: | flag which determines if set state(=large/small) is visible directly in tree form
| |
private bool VisOccurence |
Notes: | flag which determines if number of occurences of the set is visible directly in tree form
| |
private bool VisTransaction |
Notes: | flag which determines if number of all rows is visible directly in tree form
| |
private bool ShowAllNodes |
Notes: | flag which determines if both small and large sets are visible directly in tree form
| |
private int ColumnCount |
Notes: | number of columns in db table
| |
private System.ComponentModel.IContainer components |
Notes: | components of the form
| |
private int transformId |
Notes: | ID of MBA transformation, get from MBAMain class.
| |
private int selectedVersion |
Notes: | Keeps ID of version which data are currently used for algorithm.
| |
private FrontOfSets frequentedSets |
Notes: | Main structure which keeps large sets.
| |
private FrontOfSets candidateSets |
Notes: | Auxiliary structure which keeps candidates for being large set.
| |
private FTree treeForm |
Notes: | Formm which contains TreeControl object and displays tree of large sets.
| |
private FChart chartForm |
Notes: | Form which contains chart of large sets.
| |
private DataSrc MyDsrc |
Notes: | DataSource reached from dbAdmin after loading data.
| |
private System.Windows.Forms.DataGridTableStyle dataGridTableStyle2 |
Notes: | Style of result grid table.
| |
private System.Windows.Forms.DataGridTextBoxColumn ColVyslPrst |
Notes: | Style of column Confidence in result grid.
| |
private System.Windows.Forms.DataGrid GResult |
Notes: | Grid which shows result rules.
| |
private GuiExt.TextBoxDouble TBSupp |
Notes: | Text box which is used for setting of minimal support.
| |
private GuiExt.TextBoxDouble TBConf |
Notes: | Text box which is used for setting of minimal confidence.
| |
private System.Windows.Forms.Label label1 |
|
private System.Windows.Forms.Label label2 |
|
private System.Windows.Forms.MainMenu mainMenu1 |
|
private System.Windows.Forms.ToolBar toolBar1 |
|
private System.Windows.Forms.ImageList imageList1 |
|
private System.Windows.Forms.ToolBarButton tbRun |
|
private System.Windows.Forms.ToolBarButton tbStep |
|
private System.Windows.Forms.ToolBarButton tbRestart |
|
private System.Windows.Forms.ToolBarButton tbLoadSetup |
|
private System.Windows.Forms.ToolBarButton tbLoadData |
|
private System.Windows.Forms.DataGridTextBoxColumn ColRule |
Notes: | Style of column Rules in result grid.
| |
private System.Windows.Forms.ToolBarButton tbTree |
|
private System.Windows.Forms.MenuItem menuItem1 |
|
private System.Windows.Forms.MenuItem menuItem3 |
|
private System.Windows.Forms.MenuItem menuItem5 |
|
private System.Windows.Forms.MenuItem menuItem15 |
|
private System.Windows.Forms.MenuItem menuItem21 |
|
private System.Windows.Forms.ToolBarButton tbChart |
|
private System.Windows.Forms.ToolBarButton tbSaveSetup |
|
private System.Windows.Forms.ToolBarButton tbSaveData |
|
private System.Windows.Forms.MenuItem mILoadConfiguration |
|
private System.Windows.Forms.MenuItem mICloseForm |
|
private System.Windows.Forms.MenuItem mIRun |
|
private System.Windows.Forms.MenuItem mIStep |
|
private System.Windows.Forms.MenuItem mIRestart |
|
private System.Windows.Forms.MenuItem mIShowTree |
|
private System.Windows.Forms.MenuItem mIShowGraph |
|
private System.Windows.Forms.DataGrid dataGrid1 |
|
private System.Windows.Forms.Label label3 |
|
private System.Windows.Forms.Label label4 |
|
private System.Windows.Forms.MenuItem mILoadData |
|
private System.Windows.Forms.MenuItem mISaveData |
|
private System.Windows.Forms.MenuItem mISetName |
|
private System.Windows.Forms.MenuItem mISetCode |
|
private System.Windows.Forms.MenuItem mISupport |
|
private System.Windows.Forms.MenuItem mIIsLargeSet |
|
private System.Windows.Forms.MenuItem mIOccurence |
|
private System.Windows.Forms.MenuItem mITransaction |
|
private System.Windows.Forms.Panel panel1 |
|
private System.Windows.Forms.MenuItem menuItem2 |
|
private System.Windows.Forms.MenuItem mIShowAllNodes |
|
private DasNetBarChart.FlatBarChart.BarChartItem barItem |
|