Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/06/15 20:38:56 (9 years ago)
Author:
gkronber
Message:

#2261: corrected check if a split is useful, added a unit test class and added an elaborate comment on split quality calculation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj

    r12588 r12620  
    199199      <Private>False</Private>
    200200    </Reference>
     201    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
    201202    <Reference Include="System" />
    202203    <Reference Include="System.Core">
     
    289290    <Compile Include="GradientBoostedTrees\RegressionTreeBuilder.cs" />
    290291    <Compile Include="GradientBoostedTrees\RegressionTreeModel.cs" />
     292    <Compile Include="GradientBoostedTrees\Test.cs" />
    291293    <Compile Include="Interfaces\IGaussianProcessClassificationModelCreator.cs" />
    292294    <Compile Include="Interfaces\IGaussianProcessRegressionModelCreator.cs" />
Note: See TracChangeset for help on using the changeset viewer.