Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8435


Ignore:
Timestamp:
08/08/12 15:47:35 (12 years ago)
Author:
abeham
Message:

#1481: Added clustering solution evaluation view that performs PCA on the data to reduce it to two dimensions

Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj

    r7823 r8435  
    9393  </PropertyGroup>
    9494  <ItemGroup>
     95    <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     96      <HintPath>..\..\bin\ALGLIB-3.6.0.dll</HintPath>
     97      <Private>False</Private>
     98    </Reference>
    9599    <Reference Include="System" />
    96100    <Reference Include="System.Core">
     
    122126      <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
    123127    </Compile>
     128    <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs">
     129      <SubType>UserControl</SubType>
     130    </Compile>
     131    <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs">
     132      <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon>
     133    </Compile>
    124134    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
    125135      <SubType>UserControl</SubType>
     
    263273  </ItemGroup>
    264274  <ItemGroup>
     275    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
     276      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
     277      <Name>HeuristicLab.Analysis.Views-3.3</Name>
     278      <Private>False</Private>
     279    </ProjectReference>
     280    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     281      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
     282      <Name>HeuristicLab.Analysis-3.3</Name>
     283      <Private>False</Private>
     284    </ProjectReference>
    265285    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    266286      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Plugin.cs.frame

    r8246 r8435  
    2828  [Plugin("HeuristicLab.Problems.DataAnalysis.Views", "Provides views for base classes for data analysis tasks.", "3.4.3.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Problems.DataAnalysis.Views-3.4.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.ALGLIB", "3.6.0")]
     31  [PluginDependency("HeuristicLab.Analysis", "3.3")]
     32  [PluginDependency("HeuristicLab.Analysis.Views", "3.3")]
    3033  [PluginDependency("HeuristicLab.Common", "3.3")]
    3134  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.