Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/18/16 17:45:45 (8 years ago)
Author:
pfleck
Message:

#2631

  • Added an additional function to ALGLIB that returns the prediction for each tree of a decision forest.
  • Implemented IConfidenceRegression/Solution for RandomForestModel/Solution using the variance of the predictions from the trees.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/RandomForest/RandomForestRegressionSolution.cs

    r13941 r14107  
    3131  [Item("RandomForestRegressionSolution", "Represents a random forest solution for a regression problem which can be visualized in the GUI.")]
    3232  [StorableClass]
    33   public sealed class RandomForestRegressionSolution : RegressionSolution, IRandomForestRegressionSolution {
     33  public sealed class RandomForestRegressionSolution : ConfidenceRegressionSolution, IRandomForestRegressionSolution {
    3434
    3535    public new IRandomForestModel Model {
Note: See TracChangeset for help on using the changeset viewer.