Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5617


Ignore:
Timestamp:
03/07/11 13:04:58 (13 years ago)
Author:
gkronber
Message:

#1418 added implementation of linear regression as FixedDataAnalysisAlgorithm

Location:
branches/DataAnalysis Refactoring
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj

    r5484 r5617  
    114114  </ItemGroup>
    115115  <ItemGroup>
     116    <Compile Include="CrossValidationView.cs">
     117      <SubType>UserControl</SubType>
     118    </Compile>
     119    <Compile Include="CrossValidationView.Designer.cs">
     120      <DependentUpon>CrossValidationView.cs</DependentUpon>
     121    </Compile>
    116122    <Compile Include="HeuristicLabAlgorithmsDataAnalysisViewsPlugin.cs" />
    117123    <Compile Include="Properties\AssemblyInfo.cs" />
  • branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj

    r5519 r5617  
    107107  </ItemGroup>
    108108  <ItemGroup>
     109    <Compile Include="CrossValidation.cs">
     110      <SubType>Code</SubType>
     111    </Compile>
    109112    <Compile Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs" />
     113    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
     114    <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
     115    <Compile Include="Linear\LinearRegression.cs">
     116      <SubType>Code</SubType>
     117    </Compile>
     118    <Compile Include="Linear\LinearRegressionUtil.cs">
     119      <SubType>Code</SubType>
     120    </Compile>
    110121    <Compile Include="Properties\AssemblyInfo.cs" />
    111122  </ItemGroup>
     
    135146      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
    136147    </ProjectReference>
     148    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
     149      <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
     150      <Name>ALGLIB-3.1.0</Name>
     151    </ProjectReference>
     152    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj">
     153      <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project>
     154      <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name>
     155    </ProjectReference>
    137156    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    138157      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
     
    154173      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    155174      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     175    </ProjectReference>
     176    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
     177      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
     178      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
    156179    </ProjectReference>
    157180    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
     
    182205    </BootstrapperPackage>
    183206  </ItemGroup>
     207  <ItemGroup />
    184208  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    185209  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.