Changeset 13439
- Timestamp:
- 12/07/15 07:56:14 (9 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj
r13160 r13439 125 125 </ItemGroup> 126 126 <ItemGroup> 127 <Compile Include="GaussianProcessRegressionSolutionEstimatedValuesView.cs"> 128 <SubType>UserControl</SubType> 129 </Compile> 130 <Compile Include="GaussianProcessRegressionSolutionEstimatedValuesView.Designer.cs"> 131 <DependentUpon>GaussianProcessRegressionSolutionEstimatedValuesView.cs</DependentUpon> 132 </Compile> 127 133 <Compile Include="MeanProdView.cs"> 128 134 <SubType>UserControl</SubType> -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionEstimatedValuesView.cs
r12012 r13439 25 25 using HeuristicLab.Data.Views; 26 26 using HeuristicLab.MainForm; 27 using HeuristicLab.MainForm.WindowsForms;28 27 29 28 namespace HeuristicLab.Problems.DataAnalysis.Views { … … 43 42 } 44 43 45 pr ivateStringConvertibleMatrixView matrixView;44 protected StringConvertibleMatrixView matrixView; 46 45 47 46 public RegressionSolutionEstimatedValuesView()
Note: See TracChangeset
for help on using the changeset viewer.