Changeset 13824 for branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis
- Timestamp:
- 05/03/16 12:25:30 (9 years ago)
- Location:
- branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis/3.4
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj
r13819 r13824 176 176 <Compile Include="Implementation\Clustering\ClusteringSolution.cs" /> 177 177 <Compile Include="Implementation\ConstantModel.cs" /> 178 <Compile Include="Implementation\Regression\ConfidenceBoundRegressionSolution.cs" /> 178 179 <Compile Include="Implementation\Regression\ConstantRegressionModel.cs" /> 179 180 <Compile Include="Implementation\Regression\ConstantRegressionSolution.cs" /> -
branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionSolution.cs
r13823 r13824 46 46 47 47 public interface IConfidenceBoundRegressionSolution : IRegressionSolution { 48 new IConfidenceBoundRegressionModel Model { get; } 49 48 50 IEnumerable<double> GetEstimatedVariances(IEnumerable<int> rows); 49 51 }
Note: See TracChangeset
for help on using the changeset viewer.