Free cookie consent management tool by TermsFeed Policy Generator

Changeset 13812


Ignore:
Timestamp:
04/28/16 15:08:21 (8 years ago)
Author:
pfleck
Message:

#2597: Added an new View for GaussianProcessSolutions to be able to interactively show the gradients and confidence intervals for user-input ranges.

Location:
branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Algorithms.DataAnalysis.Views/3.4
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj

    r13811 r13812  
    249249    <Compile Include="GaussianProcessRegressionSolutionLineChartView.Designer.cs">
    250250      <DependentUpon>GaussianProcessRegressionSolutionLineChartView.cs</DependentUpon>
     251    </Compile>
     252    <Compile Include="GaussianProcessRegressionSolutionIteractiveRangeEstimatorView.cs">
     253      <SubType>UserControl</SubType>
     254    </Compile>
     255    <Compile Include="GaussianProcessRegressionSolutionIteractiveRangeEstimatorView.Designer.cs">
     256      <DependentUpon>GaussianProcessRegressionSolutionIteractiveRangeEstimatorView.cs</DependentUpon>
    251257    </Compile>
    252258    <Compile Include="SupportVectorMachineModelSupportVectorsView.cs">
Note: See TracChangeset for help on using the changeset viewer.