Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/17/17 13:52:58 (7 years ago)
Author:
mkommend
Message:

#2734: Changed tree interpreter from the recursive to the linear one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Linear/LinearDiscriminantAnalysis.cs

    r14523 r14685  
    101101      }
    102102
    103       var model = LinearDiscriminantAnalysis.CreateDiscriminantFunctionModel(tree, new SymbolicDataAnalysisExpressionTreeInterpreter(), problemData, rows);
     103      var model = CreateDiscriminantFunctionModel(tree, new SymbolicDataAnalysisExpressionTreeLinearInterpreter(), problemData, rows);
    104104      SymbolicDiscriminantFunctionClassificationSolution solution = new SymbolicDiscriminantFunctionClassificationSolution(model, (IClassificationProblemData)problemData.Clone());
    105105
Note: See TracChangeset for help on using the changeset viewer.