Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/15/16 21:23:43 (7 years ago)
Author:
gkronber
Message:

#2697:

  • removed AlglibUtil.cs and added an extension method .ToArray(names, rows) to IDataset instead.
  • refactored transformation so that it is possible to apply an transformation without resetting the parameters
  • Used transformations instead of Scaling as far as possible.
  • Moved TakeEvery extension method to HL.Common
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj

    r14024 r14393  
    244244      <SubType>Code</SubType>
    245245    </Compile>
    246     <Compile Include="Linear\AlglibUtil.cs" />
    247     <Compile Include="Linear\Scaling.cs" />
    248246    <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
    249247    <Compile Include="Linear\LinearRegression.cs">
     
    253251    <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
    254252    <Compile Include="Linear\MultinomialLogitModel.cs" />
     253    <Compile Include="Linear\Scaling.cs" />
    255254    <Compile Include="MctsSymbolicRegression\Automaton.cs" />
    256255    <Compile Include="MctsSymbolicRegression\CodeGenerator.cs" />
Note: See TracChangeset for help on using the changeset viewer.