Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/16 12:25:30 (8 years ago)
Author:
pfleck
Message:

#2597:

  • Added new Model property in IConfidenceBoundRegressionSolution.
  • Added ConfidenceBoundRegressionSolution base and methods to it from GaussianProcessRegressionSolution.
  • Replaced RegressionSolutionGradientView with GaussianProcessRegressionSolutionInteractiveRangeEstimatorView. Also moved DensityTrackbar to Problems.DataAnalysis.Views Plugin.
  • DensityTrackbar initial position is now where the density is highest.
File:
1 edited

Legend:

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

    r13816 r13824  
    195195      <DependentUpon>GaussianProcessRegressionSolutionEstimatedValuesView.cs</DependentUpon>
    196196    </Compile>
    197     <Compile Include="DensityTrackbar.cs">
    198       <SubType>UserControl</SubType>
    199     </Compile>
    200     <Compile Include="DensityTrackbar.Designer.cs">
    201       <DependentUpon>DensityTrackbar.cs</DependentUpon>
    202     </Compile>
    203197    <Compile Include="MeanProdView.cs">
    204198      <SubType>UserControl</SubType>
     
    255249    <Compile Include="GaussianProcessRegressionSolutionLineChartView.Designer.cs">
    256250      <DependentUpon>GaussianProcessRegressionSolutionLineChartView.cs</DependentUpon>
    257     </Compile>
    258     <Compile Include="GaussianProcessRegressionSolutionInteractiveRangeEstimatorView.cs">
    259       <SubType>UserControl</SubType>
    260     </Compile>
    261     <Compile Include="GaussianProcessRegressionSolutionInteractiveRangeEstimatorView.Designer.cs">
    262       <DependentUpon>GaussianProcessRegressionSolutionInteractiveRangeEstimatorView.cs</DependentUpon>
    263251    </Compile>
    264252    <Compile Include="SupportVectorMachineModelSupportVectorsView.cs">
Note: See TracChangeset for help on using the changeset viewer.