Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/07/11 18:11:23 (13 years ago)
Author:
gkronber
Message:

#1418 renamed interface for interpreter, worked on solutions and models and implemented SVM regression.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/ClassificationSolution.cs

    r5620 r5624  
    4343      : base(original, cloner) {
    4444    }
    45     public ClassificationSolution()
    46       : base() {
     45    public ClassificationSolution(IClassificationModel model, IClassificationProblemData problemData)
     46      : base(model, problemData) {
    4747      DoubleArray thresholds = new DoubleArray();
    4848      Add(new Result(ThresholdsResultsName, "The threshold values for class boundaries.", thresholds));
Note: See TracChangeset for help on using the changeset viewer.