Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/15/11 17:02:57 (14 years ago)
Author:
gkronber
Message:

#1418 ported views for support vector machine solutions and models.

Location:
branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis.Views/3.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis.Views/3.4

    • Property svn:ignore
      •  

        old new  
        33HeuristicLabAlgorithmsDataAnalysisViewsPlugin.cs
        44*.vs10x
         5*.user
  • branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj

    r5617 r5694  
    122122    <Compile Include="HeuristicLabAlgorithmsDataAnalysisViewsPlugin.cs" />
    123123    <Compile Include="Properties\AssemblyInfo.cs" />
     124    <Compile Include="SupportVectorMachineModelView.cs">
     125      <SubType>UserControl</SubType>
     126    </Compile>
     127    <Compile Include="SupportVectorMachineModelView.Designer.cs">
     128      <DependentUpon>SupportVectorMachineModelView.cs</DependentUpon>
     129    </Compile>
     130    <Compile Include="SupportVectorRegressionSolutionView.cs" />
     131    <Compile Include="SupportVectorRegressionSolutionView.Designer.cs">
     132      <DependentUpon>SupportVectorRegressionSolutionView.cs</DependentUpon>
     133    </Compile>
    124134  </ItemGroup>
    125135  <ItemGroup>
     
    161171      <Name>HeuristicLab.Data-3.3</Name>
    162172    </ProjectReference>
     173    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3.csproj">
     174      <Project>{89B50302-9CEE-4D13-9779-633EADCAE624}</Project>
     175      <Name>HeuristicLab.LibSVM-1.6.3 %28HeuristicLab.ExtLibs\HeuristicLab.LibSVM\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3%29</Name>
     176    </ProjectReference>
     177    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\LibSVM-1.6.3\LibSVM-1.6.3.csproj">
     178      <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project>
     179      <Name>LibSVM-1.6.3</Name>
     180    </ProjectReference>
    163181    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    164182      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
     
    180198      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    181199      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     200    </ProjectReference>
     201    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
     202      <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
     203      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
    182204    </ProjectReference>
    183205    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
Note: See TracChangeset for help on using the changeset viewer.