Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11705 for trunk


Ignore:
Timestamp:
12/19/14 14:42:04 (9 years ago)
Author:
ascheibe
Message:

#2031

  • moved statistics views to a new plugin (HL.Analysis.Statistics.Views) in trunk
  • fixed namespaces of unit tests
Location:
trunk/sources
Files:
7 added
5 edited
11 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.3.sln

    r11114 r11705  
    11
    22Microsoft Visual Studio Solution File, Format Version 12.00
    3 # Visual Studio 2012
     3# Visual Studio 2013
     4VisualStudioVersion = 12.0.31101.0
     5MinimumVisualStudioVersion = 10.0.40219.1
    46Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{96396439-A764-4022-A8D2-BE021449B8D1}"
    57  ProjectSection(SolutionItems) = preProject
     
    405407EndProject
    406408Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.DataPreprocessing.Views-3.4", "HeuristicLab.DataPreprocessing.Views\3.4\HeuristicLab.DataPreprocessing.Views-3.4.csproj", "{3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}"
     409EndProject
     410Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Analysis.Statistics.Views-3.3", "HeuristicLab.Analysis.Statistics.Views\3.3\HeuristicLab.Analysis.Statistics.Views-3.3.csproj", "{052881B5-4D5D-41C5-9555-FECA01E0BAC8}"
    407411EndProject
    408412Global
     
    19721976    {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|x64.ActiveCfg = Release|Any CPU
    19731977    {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|x86.ActiveCfg = Release|Any CPU
     1978    {052881B5-4D5D-41C5-9555-FECA01E0BAC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1979    {052881B5-4D5D-41C5-9555-FECA01E0BAC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
     1980    {052881B5-4D5D-41C5-9555-FECA01E0BAC8}.Debug|x64.ActiveCfg = Debug|x64
     1981    {052881B5-4D5D-41C5-9555-FECA01E0BAC8}.Debug|x64.Build.0 = Debug|x64
     1982    {052881B5-4D5D-41C5-9555-FECA01E0BAC8}.Debug|x86.ActiveCfg = Debug|x86
     1983    {052881B5-4D5D-41C5-9555-FECA01E0BAC8}.Debug|x86.Build.0 = Debug|x86
     1984    {052881B5-4D5D-41C5-9555-FECA01E0BAC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
     1985    {052881B5-4D5D-41C5-9555-FECA01E0BAC8}.Release|Any CPU.Build.0 = Release|Any CPU
     1986    {052881B5-4D5D-41C5-9555-FECA01E0BAC8}.Release|x64.ActiveCfg = Release|x64
     1987    {052881B5-4D5D-41C5-9555-FECA01E0BAC8}.Release|x64.Build.0 = Release|x64
     1988    {052881B5-4D5D-41C5-9555-FECA01E0BAC8}.Release|x86.ActiveCfg = Release|x86
     1989    {052881B5-4D5D-41C5-9555-FECA01E0BAC8}.Release|x86.Build.0 = Release|x86
    19741990  EndGlobalSection
    19751991  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab.Analysis.Statistics.Views/3.3/ChartAnalysisView.cs

    r11697 r11705  
    3434using HeuristicLab.PluginInfrastructure;
    3535
    36 namespace HeuristicLab.Analysis.Statistics {
    37   [View("Chart Analysis", "HeuristicLab.Analysis.Statistics.InfoResources.ChartAnalysisInfo.rtf")]
     36namespace HeuristicLab.Analysis.Statistics.Views {
     37  [View("Chart Analysis", "HeuristicLab.Analysis.Statistics.Views.InfoResources.ChartAnalysisInfo.rtf")]
    3838  [Content(typeof(RunCollection), false)]
    3939  public sealed partial class ChartAnalysisView : ItemView {
  • trunk/sources/HeuristicLab.Analysis.Statistics.Views/3.3/ChartAnalysisView.designer.cs

    r11697 r11705  
    2020#endregion
    2121
    22 namespace HeuristicLab.Analysis.Statistics {
     22namespace HeuristicLab.Analysis.Statistics.Views {
    2323  partial class ChartAnalysisView {
    2424    /// <summary>
     
    8282      // dataRowComboBox
    8383      //
    84       this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     84      this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    8585            | System.Windows.Forms.AnchorStyles.Right)));
    8686      this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    112112      // dataTableComboBox
    113113      //
    114       this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     114      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    115115            | System.Windows.Forms.AnchorStyles.Right)));
    116116      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    124124      // splitContainer1
    125125      //
    126       this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
     126      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    127127            | System.Windows.Forms.AnchorStyles.Right)));
    128128      this.splitContainer1.Location = new System.Drawing.Point(6, 391);
     
    143143      // stringConvertibleMatrixView
    144144      //
    145       this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    146             | System.Windows.Forms.AnchorStyles.Left) 
     145      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     146            | System.Windows.Forms.AnchorStyles.Left)
    147147            | System.Windows.Forms.AnchorStyles.Right)));
    148148      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
  • trunk/sources/HeuristicLab.Analysis.Statistics.Views/3.3/CorrelationView.cs

    r11697 r11705  
    2828using HeuristicLab.Optimization;
    2929
    30 namespace HeuristicLab.Analysis.Statistics {
     30namespace HeuristicLab.Analysis.Statistics.Views {
    3131  [View("Correlations")]
    3232  [Content(typeof(RunCollection), false)]
  • trunk/sources/HeuristicLab.Analysis.Statistics.Views/3.3/CorrelationView.designer.cs

    r11697 r11705  
    2020#endregion
    2121
    22 namespace HeuristicLab.Analysis.Statistics {
     22namespace HeuristicLab.Analysis.Statistics.Views {
    2323  partial class CorrelationView {
    2424    /// <summary>
     
    5252      // stringConvertibleMatrixView
    5353      //
    54       this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    55             | System.Windows.Forms.AnchorStyles.Left) 
     54      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     55            | System.Windows.Forms.AnchorStyles.Left)
    5656            | System.Windows.Forms.AnchorStyles.Right)));
    5757      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     
    7878      // methodComboBox
    7979      //
    80       this.methodComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     80      this.methodComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    8181            | System.Windows.Forms.AnchorStyles.Right)));
    8282      this.methodComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  • trunk/sources/HeuristicLab.Analysis.Statistics.Views/3.3/SampleSizeInfluenceView.Designer.cs

    r11697 r11705  
    2020#endregion
    2121
    22 namespace HeuristicLab.Analysis.Statistics {
     22namespace HeuristicLab.Analysis.Statistics.Views {
    2323  partial class SampleSizeInfluenceView {
    2424    /// <summary>
     
    105105      // chart
    106106      //
    107       this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    108             | System.Windows.Forms.AnchorStyles.Left) 
     107      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     108            | System.Windows.Forms.AnchorStyles.Left)
    109109            | System.Windows.Forms.AnchorStyles.Right)));
    110110      chartArea2.Name = "ChartArea1";
     
    241241      // statisticsGroupBox
    242242      //
    243       this.statisticsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    244             | System.Windows.Forms.AnchorStyles.Left) 
     243      this.statisticsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     244            | System.Windows.Forms.AnchorStyles.Left)
    245245            | System.Windows.Forms.AnchorStyles.Right)));
    246246      this.statisticsGroupBox.Controls.Add(this.statisticsMatrixView);
  • trunk/sources/HeuristicLab.Analysis.Statistics.Views/3.3/SampleSizeInfluenceView.cs

    r11697 r11705  
    3434using HeuristicLab.PluginInfrastructure;
    3535
    36 namespace HeuristicLab.Analysis.Statistics {
    37   [View("Sample Size Influence", "HeuristicLab.Analysis.Statistics.InfoResources.SampleSizeInfluenceInfo.rtf")]
     36namespace HeuristicLab.Analysis.Statistics.Views {
     37  [View("Sample Size Influence", "HeuristicLab.Analysis.Statistics.Views.InfoResources.SampleSizeInfluenceInfo.rtf")]
    3838  [Content(typeof(RunCollection), false)]
    3939  public partial class SampleSizeInfluenceView : AsynchronousContentView {
  • trunk/sources/HeuristicLab.Analysis.Statistics.Views/3.3/StatisticalTestsConfigurationDialog.Designer.cs

    r11697 r11705  
    2222using HeuristicLab.Data.Views;
    2323
    24 namespace HeuristicLab.Analysis.Statistics {
     24namespace HeuristicLab.Analysis.Statistics.Views {
    2525  partial class StatisticalTestsConfigurationDialog {
    2626    /// <summary>
     
    6363      // significanceLevelTextBox
    6464      //
    65       this.significanceLevelTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     65      this.significanceLevelTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    6666            | System.Windows.Forms.AnchorStyles.Right)));
    6767      this.significanceLevelTextBox.Caption = "StringConvertibleValue View";
  • trunk/sources/HeuristicLab.Analysis.Statistics.Views/3.3/StatisticalTestsConfigurationDialog.cs

    r11697 r11705  
    2323using HeuristicLab.Data;
    2424
    25 namespace HeuristicLab.Analysis.Statistics {
     25namespace HeuristicLab.Analysis.Statistics.Views {
    2626  public partial class StatisticalTestsConfigurationDialog : Form {
    2727
  • trunk/sources/HeuristicLab.Analysis.Statistics.Views/3.3/StatisticalTestsView.cs

    r11697 r11705  
    3333using HeuristicLab.Optimization.Views;
    3434
    35 namespace HeuristicLab.Analysis.Statistics {
    36   [View("Statistical Tests", "HeuristicLab.Analysis.Statistics.InfoResources.StatisticalTestsInfo.rtf")]
     35namespace HeuristicLab.Analysis.Statistics.Views {
     36  [View("Statistical Tests", "HeuristicLab.Analysis.Statistics.Views.InfoResources.StatisticalTestsInfo.rtf")]
    3737  [Content(typeof(RunCollection), false)]
    3838  public sealed partial class StatisticalTestsView : ItemView, IConfigureableView {
     
    327327      if (pval < significanceLevel) {
    328328        this.Invoke(new Action(() => {
    329           groupCompLabel.Image = HeuristicLab.Analysis.Statistics.Resources.Default;
     329          groupCompLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Default;
    330330          groupComTextLabel.Text = "There are groups with different distributions";
    331331        }));
     
    359359      } else {
    360360        this.Invoke(new Action(() => {
    361           normalityLabel.Image = HeuristicLab.Analysis.Statistics.Resources.Default;
     361          normalityLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Default;
    362362          normalityTextLabel.Text = "All sample data is normally distributed";
    363363        }));
     
    376376      if (nrOfEqualDistributions == 0) {
    377377        this.Invoke(new Action(() => {
    378           pairwiseLabel.Image = HeuristicLab.Analysis.Statistics.Resources.Default;
     378          pairwiseLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Default;
    379379          pairwiseTextLabel.Text = "All groups have different distributions";
    380380        }));
  • trunk/sources/HeuristicLab.Analysis.Statistics.Views/3.3/StatisticalTestsView.designer.cs

    r11697 r11705  
    2020#endregion
    2121
    22 namespace HeuristicLab.Analysis.Statistics {
     22namespace HeuristicLab.Analysis.Statistics.Views {
    2323  partial class StatisticalTestsView {
    2424    /// <summary>
     
    9797      // stringConvertibleMatrixView
    9898      //
    99       this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    100             | System.Windows.Forms.AnchorStyles.Left) 
     99      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     100            | System.Windows.Forms.AnchorStyles.Left)
    101101            | System.Windows.Forms.AnchorStyles.Right)));
    102102      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     
    147147      // resultComboBox
    148148      //
    149       this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     149      this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    150150            | System.Windows.Forms.AnchorStyles.Right)));
    151151      this.resultComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    171171      // pValTextBox
    172172      //
    173       this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     173      this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    174174            | System.Windows.Forms.AnchorStyles.Right)));
    175175      this.pValTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     
    182182      // groupComboBox
    183183      //
    184       this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     184      this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    185185            | System.Windows.Forms.AnchorStyles.Right)));
    186186      this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    195195      // splitContainer1
    196196      //
    197       this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    198             | System.Windows.Forms.AnchorStyles.Left) 
     197      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     198            | System.Windows.Forms.AnchorStyles.Left)
    199199            | System.Windows.Forms.AnchorStyles.Right)));
    200200      this.splitContainer1.Location = new System.Drawing.Point(6, 19);
     
    217217      // splitContainer3
    218218      //
    219       this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    220             | System.Windows.Forms.AnchorStyles.Left) 
     219      this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     220            | System.Windows.Forms.AnchorStyles.Left)
    221221            | System.Windows.Forms.AnchorStyles.Right)));
    222222      this.splitContainer3.Location = new System.Drawing.Point(6, 6);
     
    239239      // pairwiseTestGroupBox
    240240      //
    241       this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    242             | System.Windows.Forms.AnchorStyles.Left) 
     241      this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     242            | System.Windows.Forms.AnchorStyles.Left)
    243243            | System.Windows.Forms.AnchorStyles.Right)));
    244244      this.pairwiseTestGroupBox.Controls.Add(this.pairwiseTextLabel);
     
    259259      // pairwiseStringConvertibleMatrixView
    260260      //
    261       this.pairwiseStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    262             | System.Windows.Forms.AnchorStyles.Left) 
     261      this.pairwiseStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     262            | System.Windows.Forms.AnchorStyles.Left)
    263263            | System.Windows.Forms.AnchorStyles.Right)));
    264264      this.pairwiseStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     
    296296      // equalDistsTextBox
    297297      //
    298       this.equalDistsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     298      this.equalDistsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    299299            | System.Windows.Forms.AnchorStyles.Right)));
    300300      this.equalDistsTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     
    317317      // groupCompComboBox
    318318      //
    319       this.groupCompComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     319      this.groupCompComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    320320            | System.Windows.Forms.AnchorStyles.Right)));
    321321      this.groupCompComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    330330      // allGroupTestGroupBox
    331331      //
    332       this.allGroupTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     332      this.allGroupTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    333333            | System.Windows.Forms.AnchorStyles.Right)));
    334334      this.allGroupTestGroupBox.Controls.Add(this.groupComTextLabel);
     
    356356      // normalityGroupBox
    357357      //
    358       this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     358      this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    359359            | System.Windows.Forms.AnchorStyles.Right)));
    360360      this.normalityGroupBox.Controls.Add(this.normalityTextLabel);
     
    381381      // normalityStringConvertibleMatrixView
    382382      //
    383       this.normalityStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    384             | System.Windows.Forms.AnchorStyles.Left) 
     383      this.normalityStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     384            | System.Windows.Forms.AnchorStyles.Left)
    385385            | System.Windows.Forms.AnchorStyles.Right)));
    386386      this.normalityStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     
    407407      // selectDataGroupBox
    408408      //
    409       this.selectDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     409      this.selectDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    410410            | System.Windows.Forms.AnchorStyles.Right)));
    411411      this.selectDataGroupBox.Controls.Add(this.splitContainer1);
     
    420420      // tabControl
    421421      //
    422       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    423             | System.Windows.Forms.AnchorStyles.Left) 
     422      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     423            | System.Windows.Forms.AnchorStyles.Left)
    424424            | System.Windows.Forms.AnchorStyles.Right)));
    425425      this.tabControl.Controls.Add(this.tabPage1);
     
    455455      // histogramControl
    456456      //
    457       this.histogramControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    458             | System.Windows.Forms.AnchorStyles.Left) 
     457      this.histogramControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     458            | System.Windows.Forms.AnchorStyles.Left)
    459459            | System.Windows.Forms.AnchorStyles.Right)));
    460460      this.histogramControl.CalculateExactBins = false;
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Analysis-3.3/BonferroniHolmUnitTests.cs

    r11703 r11705  
    2424using Microsoft.VisualStudio.TestTools.UnitTesting;
    2525
    26 namespace Statistics.UnitTests {
     26namespace HeuristicLab.Analysis.Tests {
    2727  [TestClass]
    2828  public class BonferroniHolmUnitTest {
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Analysis-3.3/ConfidenceIntervalsTests.cs

    r11703 r11705  
    2424using Microsoft.VisualStudio.TestTools.UnitTesting;
    2525
    26 namespace Statistics.UnitTests {
     26namespace HeuristicLab.Analysis.Tests {
    2727  [TestClass]
    2828  public class ConfidenceIntervalsTests {
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Analysis-3.3/EffectSizeUnitTests.cs

    r11703 r11705  
    2424using Microsoft.VisualStudio.TestTools.UnitTesting;
    2525
    26 namespace Statistics.UnitTests {
     26namespace HeuristicLab.Analysis.Tests {
    2727  [TestClass]
    2828  public class EffectSizeUnitTests {
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Analysis-3.3/KruskalWallisUnitTests.cs

    r11703 r11705  
    2525using Microsoft.VisualStudio.TestTools.UnitTesting;
    2626
    27 namespace Statistics.UnitTests {
     27namespace HeuristicLab.Analysis.Tests {
    2828  [TestClass]
    2929  public class KruskalWallisUnitTests {
Note: See TracChangeset for help on using the changeset viewer.