Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/13/09 17:28:07 (15 years ago)
Author:
gkronber
Message:

Worked on #722 (IModel should provide a Predict() method to get predicted values for an input vector).
At the same time removed parameter PunishmentFactor from GP algorithms (this parameter is internal to TreeEvaluators now).

File:
1 edited

Legend:

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

    r2226 r2285  
    8282  </ItemGroup>
    8383  <ItemGroup>
     84    <Compile Include="AnalyzerModel.cs" />
    8485    <Compile Include="ClassificationProblemInjector.cs" />
    8586    <Compile Include="DoubleExtensions.cs" />
     87    <Compile Include="IAnalyzerModel.cs" />
    8688    <Compile Include="VariableImpactCalculatorBase.cs" />
    8789    <Compile Include="VariableEvaluationImpactCalculator.cs" />
    88     <Compile Include="Model.cs" />
    89     <Compile Include="IModel.cs" />
     90    <Compile Include="IPredictor.cs" />
    9091    <Compile Include="SimpleEvaluatorBase.cs" />
    9192    <Compile Include="ITimeSeriesAlgorithm.cs" />
Note: See TracChangeset for help on using the changeset viewer.