Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/14/09 18:43:04 (15 years ago)
Author:
gkronber
Message:

Added default engine for linear regression based classification. #739

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.LinearRegression/3.2/HeuristicLab.LinearRegression-3.2.csproj

    r2324 r2353  
    9191    <Compile Include="alglib\spline3.cs" />
    9292    <Compile Include="alglib\svd.cs" />
     93    <Compile Include="LinearClassification.cs" />
    9394    <Compile Include="HeuristicLabLinearRegressionPlugin.cs" />
    9495    <Compile Include="LinearRegression.cs" />
     
    120121      <Project>{924B6BEA-9A99-40FE-9334-5C01E8D540EC}</Project>
    121122      <Name>HeuristicLab.GP.Interfaces-3.3</Name>
     123    </ProjectReference>
     124    <ProjectReference Include="..\..\HeuristicLab.GP.StructureIdentification.Classification\3.3\HeuristicLab.GP.StructureIdentification.Classification-3.3.csproj">
     125      <Project>{7C20D100-8BEB-433A-9499-F075E2CB9297}</Project>
     126      <Name>HeuristicLab.GP.StructureIdentification.Classification-3.3</Name>
     127    </ProjectReference>
     128    <ProjectReference Include="..\..\HeuristicLab.GP.StructureIdentification.TimeSeries\3.3\HeuristicLab.GP.StructureIdentification.TimeSeries-3.3.csproj">
     129      <Project>{6084CFB5-733F-449D-9F92-2E40D13F0514}</Project>
     130      <Name>HeuristicLab.GP.StructureIdentification.TimeSeries-3.3</Name>
    122131    </ProjectReference>
    123132    <ProjectReference Include="..\..\HeuristicLab.GP.StructureIdentification\3.3\HeuristicLab.GP.StructureIdentification-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.