Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/05/19 11:14:32 (5 years ago)
Author:
gkronber
Message:

#2847: more changes for renaming the M5 plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Algorithms.DataAnalysis.DecisionTrees/3.4/Interfaces/IDecisionTreeModel.cs

    r17080 r17081  
    2929namespace HeuristicLab.Algorithms.DataAnalysis {
    3030  [StorableType("A5399E6A-6A4D-4616-A1CD-CE12FE670F12")]
    31   public interface IM5Model : IRegressionModel {
     31  public interface IDecisionTreeModel : IRegressionModel {
    3232    void Build(IReadOnlyList<int> trainingRows, IReadOnlyList<int> pruningRows, IScope stateScope, ResultCollection results, CancellationToken cancellationToken);
    3333    void Update(IReadOnlyList<int> rows, IScope stateScope, CancellationToken cancellationToken);
Note: See TracChangeset for help on using the changeset viewer.