Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/28/18 17:17:31 (6 years ago)
Author:
pfleck
Message:

#2906

  • Implemented for classification, clustering, etc.
  • Simplified Transformation interfaces (read-only, ...).
  • Started moving transformation logic out of ProblemData.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2906_Transformations/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj

    r15856 r15870  
    432432      <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
    433433    </Compile>
    434     <Compile Include="Regression\TransformedRegressionModelView.cs">
    435       <SubType>UserControl</SubType>
    436     </Compile>
    437     <Compile Include="Regression\TransformedRegressionModelView.Designer.cs">
    438       <DependentUpon>TransformedRegressionModelView.cs</DependentUpon>
    439     </Compile>
    440     <Compile Include="Solution Views\TransformedRegressionSolutionView.cs">
    441       <SubType>UserControl</SubType>
    442     </Compile>
    443     <Compile Include="Solution Views\TransformedRegressionSolutionView.Designer.cs">
    444       <DependentUpon>TransformedRegressionSolutionView.cs</DependentUpon>
     434    <Compile Include="DataAnalysisTransformationModelView.cs">
     435      <SubType>UserControl</SubType>
     436    </Compile>
     437    <Compile Include="DataAnalysisTransformationModelView.Designer.cs">
     438      <DependentUpon>DataAnalysisTransformationModelView.cs</DependentUpon>
    445439    </Compile>
    446440    <Compile Include="Solution Views\ClassificationSolutionView.cs">
Note: See TracChangeset for help on using the changeset viewer.