Changeset 14822 for stable/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IRandomForestRegressionSolution.cs
- Timestamp:
- 04/04/17 13:59:42 (8 years ago)
- Location:
- stable
- Files:
-
- 3 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/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.