Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9355


Ignore:
Timestamp:
04/11/13 16:52:40 (11 years ago)
Author:
ascheibe
Message:

#2031 added a view that shows boxplots for different sample sizes

Location:
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/ChartAnalysisView.designer.cs

    r9353 r9355  
    4141      this.addLineToChart = new System.Windows.Forms.Button();
    4242      this.addValuesButton = new System.Windows.Forms.Button();
    43       this.colorButton = new System.Windows.Forms.Button();
    4443      this.SuspendLayout();
    4544      //
    4645      // stringConvertibleMatrixView
    4746      //
    48       this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    49             | System.Windows.Forms.AnchorStyles.Left)
     47      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     48            | System.Windows.Forms.AnchorStyles.Left) 
    5049            | System.Windows.Forms.AnchorStyles.Right)));
    5150      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     
    6160      // dataRowComboBox
    6261      //
    63       this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     62      this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    6463            | System.Windows.Forms.AnchorStyles.Right)));
    6564      this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    9190      // dataTableComboBox
    9291      //
    93       this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     92      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    9493            | System.Windows.Forms.AnchorStyles.Right)));
    9594      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    104103      //
    105104      this.addLineToChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    106       this.addLineToChart.Location = new System.Drawing.Point(420, 359);
     105      this.addLineToChart.Location = new System.Drawing.Point(353, 359);
    107106      this.addLineToChart.Name = "addLineToChart";
    108       this.addLineToChart.Size = new System.Drawing.Size(75, 23);
     107      this.addLineToChart.Size = new System.Drawing.Size(133, 23);
    109108      this.addLineToChart.TabIndex = 9;
    110       this.addLineToChart.Text = "Fit Line";
     109      this.addLineToChart.Text = "Fit Line to Chart";
    111110      this.addLineToChart.UseVisualStyleBackColor = true;
    112111      this.addLineToChart.Click += new System.EventHandler(this.addLineToChart_Click);
     
    115114      //
    116115      this.addValuesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    117       this.addValuesButton.Location = new System.Drawing.Point(281, 359);
     116      this.addValuesButton.Location = new System.Drawing.Point(214, 359);
    118117      this.addValuesButton.Name = "addValuesButton";
    119118      this.addValuesButton.Size = new System.Drawing.Size(133, 23);
     
    123122      this.addValuesButton.Click += new System.EventHandler(this.addValuesButton_Click);
    124123      //
    125       // colorButton
    126       //
    127       this.colorButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    128       this.colorButton.Location = new System.Drawing.Point(200, 359);
    129       this.colorButton.Name = "colorButton";
    130       this.colorButton.Size = new System.Drawing.Size(75, 23);
    131       this.colorButton.TabIndex = 11;
    132       this.colorButton.Text = "Color Rows";
    133       this.colorButton.UseVisualStyleBackColor = true;
    134       this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
    135       //
    136124      // RunCollectionStatisticalTabularView
    137125      //
    138       this.Controls.Add(this.colorButton);
    139126      this.Controls.Add(this.addValuesButton);
    140127      this.Controls.Add(this.addLineToChart);
     
    159146    private System.Windows.Forms.Button addLineToChart;
    160147    private System.Windows.Forms.Button addValuesButton;
    161     private System.Windows.Forms.Button colorButton;
    162148  }
    163149}
  • branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/HeuristicLab.Analysis.Statistics-3.3.csproj

    r9353 r9355  
    3838  </PropertyGroup>
    3939  <ItemGroup>
    40     <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    41       <Private>False</Private>
     40    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     41      <SpecificVersion>False</SpecificVersion>
     42      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
     43    </Reference>
     44    <Reference Include="HeuristicLab.ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     45      <SpecificVersion>False</SpecificVersion>
     46      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.ALGLIB-3.7.0.dll</HintPath>
    4247    </Reference>
    4348    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     
    9398      <Private>False</Private>
    9499    </Reference>
     100    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     101      <SpecificVersion>False</SpecificVersion>
     102      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
     103    </Reference>
    95104    <Reference Include="System" />
    96105    <Reference Include="System.Core" />
    97106    <Reference Include="System.Drawing" />
    98107    <Reference Include="System.Windows.Forms" />
     108    <Reference Include="System.Windows.Forms.DataVisualization" />
    99109    <Reference Include="System.Xml.Linq" />
    100110    <Reference Include="System.Data.DataSetExtensions" />
     
    112122    </Compile>
    113123    <Compile Include="SampleSizeDetermination.cs" />
     124    <Compile Include="SampleSizeInfluenceView.cs">
     125      <SubType>UserControl</SubType>
     126    </Compile>
     127    <Compile Include="SampleSizeInfluenceView.Designer.cs">
     128      <DependentUpon>SampleSizeInfluenceView.cs</DependentUpon>
     129    </Compile>
    114130    <Compile Include="StatisticalTestingView.cs">
    115131      <SubType>UserControl</SubType>
  • branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/Plugin.cs.frame

    r9353 r9355  
    3737  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3838  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 
     39  [PluginDependency("HeuristicLab.Visualization.ChartControlsExtensions", "3.3")]
     40  [PluginDependency("HeuristicLab.ALGLIB", "3.7")]
    3941  public class HeuristicLabAnalysisStatisticsPlugin : PluginBase {
    4042  }
Note: See TracChangeset for help on using the changeset viewer.