Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/16/09 13:13:52 (15 years ago)
Author:
gkronber
Message:

Fixed problems with classification algorithms. #746 (CEDMA server is not compatible with new data-modeling algorithms)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.LinearRegression/3.2/LinearClassification.cs

    r2356 r2363  
    5454    }
    5555
    56     protected internal virtual IAnalyzerModel CreateLRModel(IScope bestModelScope) {
     56    protected override IAnalyzerModel CreateLRModel(IScope bestModelScope) {
    5757      var model = new AnalyzerModel();
    5858      DefaultClassificationOperators.PopulateAnalyzerModel(bestModelScope, model);
Note: See TracChangeset for help on using the changeset viewer.