Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/23/09 14:05:28 (15 years ago)
Author:
mkommend
Message:

refactored modeling database to enable the change of models (ticket #759)

Location:
trunk/sources/HeuristicLab.CEDMA.Core/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Core/3.3/Console.cs

    r2325 r2382  
    101101        }
    102102        row.Set("VariableImpacts", inputVariableResultsEntries.Values);
    103 
    104         row.Set("PersistedData", db.GetModelData(model));
     103        row.Set("PersistedData", db.GetModelPredictor(model));
    105104        row.Set("TargetVariable", model.TargetVariable.Name);
    106105        row.Set("Algorithm", model.Algorithm.Name);
  • trunk/sources/HeuristicLab.CEDMA.Core/3.3/HeuristicLab.CEDMA.Core-3.3.csproj

    r2289 r2382  
    115115      <Name>HeuristicLab.Modeling.Database-3.2</Name>
    116116    </ProjectReference>
     117    <ProjectReference Include="..\..\HeuristicLab.Modeling\3.2\HeuristicLab.Modeling-3.2.csproj">
     118      <Project>{80F7FADA-549D-4151-8856-79B620A50DBA}</Project>
     119      <Name>HeuristicLab.Modeling-3.2</Name>
     120    </ProjectReference>
    117121    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    118122      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
Note: See TracChangeset for help on using the changeset viewer.