Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/29/16 17:01:10 (9 years ago)
Author:
pfleck
Message:

#2597:

  • Fixed typo in class/filename.
  • Added new control that shows density information adjacent to the trackbar.
File:
1 edited

Legend:

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

    r13812 r13816  
    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>
    197203    <Compile Include="MeanProdView.cs">
    198204      <SubType>UserControl</SubType>
     
    250256      <DependentUpon>GaussianProcessRegressionSolutionLineChartView.cs</DependentUpon>
    251257    </Compile>
    252     <Compile Include="GaussianProcessRegressionSolutionIteractiveRangeEstimatorView.cs">
    253       <SubType>UserControl</SubType>
    254     </Compile>
    255     <Compile Include="GaussianProcessRegressionSolutionIteractiveRangeEstimatorView.Designer.cs">
    256       <DependentUpon>GaussianProcessRegressionSolutionIteractiveRangeEstimatorView.cs</DependentUpon>
     258    <Compile Include="GaussianProcessRegressionSolutionInteractiveRangeEstimatorView.cs">
     259      <SubType>UserControl</SubType>
     260    </Compile>
     261    <Compile Include="GaussianProcessRegressionSolutionInteractiveRangeEstimatorView.Designer.cs">
     262      <DependentUpon>GaussianProcessRegressionSolutionInteractiveRangeEstimatorView.cs</DependentUpon>
    257263    </Compile>
    258264    <Compile Include="SupportVectorMachineModelSupportVectorsView.cs">
Note: See TracChangeset for help on using the changeset viewer.