- Timestamp:
- 07/05/19 11:14:32 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Algorithms.DataAnalysis.DecisionTrees/3.4/Interfaces/IDecisionTreeModel.cs
r17080 r17081 29 29 namespace HeuristicLab.Algorithms.DataAnalysis { 30 30 [StorableType("A5399E6A-6A4D-4616-A1CD-CE12FE670F12")] 31 public interface I M5Model : IRegressionModel {31 public interface IDecisionTreeModel : IRegressionModel { 32 32 void Build(IReadOnlyList<int> trainingRows, IReadOnlyList<int> pruningRows, IScope stateScope, ResultCollection results, CancellationToken cancellationToken); 33 33 void Update(IReadOnlyList<int> rows, IScope stateScope, CancellationToken cancellationToken);
Note: See TracChangeset
for help on using the changeset viewer.