- Timestamp:
- 04/04/17 13:59:42 (8 years ago)
- Location:
- stable
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 14107,14230
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.DataAnalysis
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Algorithms.DataAnalysis merged: 14107,14230
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IRandomForestModel.cs
r14186 r14822 29 29 /// Interface to represent a random forest model for either regression or classification 30 30 /// </summary> 31 public interface IRandomForestModel : I RegressionModel, IClassificationModel {31 public interface IRandomForestModel : IConfidenceRegressionModel, IClassificationModel { 32 32 } 33 33 } -
stable/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IRandomForestRegressionSolution.cs
r14186 r14822 28 28 /// Interface to represent a random forest regression solution 29 29 /// </summary> 30 public interface IRandomForestRegressionSolution : I RegressionSolution {30 public interface IRandomForestRegressionSolution : IConfidenceRegressionSolution { 31 31 new IRandomForestModel Model { get; } 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.