Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj @ 8473

Last change on this file since 8473 was 8473, checked in by gkronber, 12 years ago

#1902 worked on GPR: added line chart, made parameters of mean and covariance functions readable, removed target variable scaling, moved noise hyperparameter for likelihood function to the end of the parameter list, added methods to calculate the predicted variance, removed limits for scale of covariance functions and introduced exception handling to catch non-spd or singular cov matrixes, implemented rational quadratic covariance function, added unit test case from GBML book (however it does not work as the book seemingly uses a noise-less likelihood function)

File size: 15.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{A2330DB0-413D-4424-B4E6-591118E2B9F8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis.Views-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>$(SolutionDir)\bin\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>$(SolutionDir)\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Algorithms.DataAnalysis.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
48    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
49    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
50    <ErrorReport>prompt</ErrorReport>
51    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
52    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
53    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
54    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
55    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
58    <OutputPath>$(SolutionDir)\bin\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <Optimize>true</Optimize>
61    <DebugType>pdbonly</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Algorithms.DataAnalysis.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
64    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
65    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
68    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
69    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
70    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
71    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
72  </PropertyGroup>
73  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
74    <DebugSymbols>true</DebugSymbols>
75    <OutputPath>$(SolutionDir)\bin\</OutputPath>
76    <DefineConstants>DEBUG;TRACE</DefineConstants>
77    <DebugType>full</DebugType>
78    <PlatformTarget>x64</PlatformTarget>
79    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Algorithms.DataAnalysis.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
80    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
81    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
82    <ErrorReport>prompt</ErrorReport>
83    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
84    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
85    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
86    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
87    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
88  </PropertyGroup>
89  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
90    <OutputPath>$(SolutionDir)\bin\</OutputPath>
91    <DefineConstants>TRACE</DefineConstants>
92    <Optimize>true</Optimize>
93    <DebugType>pdbonly</DebugType>
94    <PlatformTarget>x64</PlatformTarget>
95    <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Algorithms.DataAnalysis.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
96    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
97    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
98    <ErrorReport>prompt</ErrorReport>
99    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
100    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
101    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
102    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
103    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
104  </PropertyGroup>
105  <ItemGroup>
106    <Reference Include="LibSVM-1.6.3, Version=1.6.3.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
107      <HintPath>..\..\bin\LibSVM-1.6.3.dll</HintPath>
108      <Private>False</Private>
109    </Reference>
110    <Reference Include="System" />
111    <Reference Include="System.Core" />
112    <Reference Include="System.Drawing" />
113    <Reference Include="System.Windows.Forms" />
114    <Reference Include="System.Windows.Forms.DataVisualization" />
115    <Reference Include="System.Xml.Linq" />
116    <Reference Include="System.Data.DataSetExtensions" />
117    <Reference Include="System.Data" />
118    <Reference Include="System.Xml" />
119  </ItemGroup>
120  <ItemGroup>
121    <Compile Include="MeanProdView.cs">
122      <SubType>UserControl</SubType>
123    </Compile>
124    <Compile Include="MeanProdView.Designer.cs">
125      <DependentUpon>MeanProdView.cs</DependentUpon>
126    </Compile>
127    <Compile Include="MeanSumView.cs">
128      <SubType>UserControl</SubType>
129    </Compile>
130    <Compile Include="MeanSumView.Designer.cs">
131      <DependentUpon>MeanSumView.cs</DependentUpon>
132    </Compile>
133    <Compile Include="CovarianceProdView.cs">
134      <SubType>UserControl</SubType>
135    </Compile>
136    <Compile Include="CovarianceProdView.Designer.cs">
137      <DependentUpon>CovarianceProdView.cs</DependentUpon>
138    </Compile>
139    <Compile Include="CovarianceSumView.cs">
140      <SubType>UserControl</SubType>
141    </Compile>
142    <Compile Include="CovarianceSumView.Designer.cs">
143      <DependentUpon>CovarianceSumView.cs</DependentUpon>
144    </Compile>
145    <Compile Include="GaussianProcessModelView.cs">
146      <SubType>UserControl</SubType>
147    </Compile>
148    <Compile Include="GaussianProcessModelView.Designer.cs">
149      <DependentUpon>GaussianProcessModelView.cs</DependentUpon>
150    </Compile>
151    <Compile Include="KMeansClusteringModelView.cs">
152      <SubType>UserControl</SubType>
153    </Compile>
154    <Compile Include="KMeansClusteringModelView.Designer.cs">
155      <DependentUpon>KMeansClusteringModelView.cs</DependentUpon>
156    </Compile>
157    <Compile Include="NcaDimensionReductionView.cs">
158      <SubType>UserControl</SubType>
159    </Compile>
160    <Compile Include="NcaDimensionReductionView.Designer.cs">
161      <DependentUpon>NcaDimensionReductionView.cs</DependentUpon>
162    </Compile>
163    <Compile Include="Plugin.cs" />
164    <Compile Include="GaussianProcessRegressionSolutionLineChartView.cs">
165      <SubType>UserControl</SubType>
166    </Compile>
167    <Compile Include="GaussianProcessRegressionSolutionLineChartView.Designer.cs">
168      <DependentUpon>GaussianProcessRegressionSolutionLineChartView.cs</DependentUpon>
169    </Compile>
170    <Compile Include="SupportVectorMachineModelSupportVectorsView.cs">
171      <SubType>UserControl</SubType>
172    </Compile>
173    <Compile Include="SupportVectorMachineModelSupportVectorsView.Designer.cs">
174      <DependentUpon>SupportVectorMachineModelSupportVectorsView.cs</DependentUpon>
175    </Compile>
176    <Compile Include="CrossValidationView.cs">
177      <SubType>UserControl</SubType>
178    </Compile>
179    <Compile Include="CrossValidationView.Designer.cs">
180      <DependentUpon>CrossValidationView.cs</DependentUpon>
181    </Compile>
182    <Compile Include="Properties\AssemblyInfo.cs" />
183    <Compile Include="SupportVectorMachineModelView.cs">
184      <SubType>UserControl</SubType>
185    </Compile>
186    <Compile Include="SupportVectorMachineModelView.Designer.cs">
187      <DependentUpon>SupportVectorMachineModelView.cs</DependentUpon>
188    </Compile>
189  </ItemGroup>
190  <ItemGroup>
191    <None Include="HeuristicLab.snk" />
192    <None Include="Plugin.cs.frame" />
193    <None Include="Properties\AssemblyInfo.cs.frame" />
194  </ItemGroup>
195  <ItemGroup>
196    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
197      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
198      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
199      <Private>False</Private>
200    </ProjectReference>
201    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
202      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
203      <Name>HeuristicLab.Analysis-3.3</Name>
204      <Private>False</Private>
205    </ProjectReference>
206    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
207      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
208      <Name>HeuristicLab.Collections-3.3</Name>
209      <Private>False</Private>
210    </ProjectReference>
211    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
212      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
213      <Name>HeuristicLab.Common.Resources-3.3</Name>
214      <Private>False</Private>
215    </ProjectReference>
216    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
217      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
218      <Name>HeuristicLab.Common-3.3</Name>
219      <Private>False</Private>
220    </ProjectReference>
221    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
222      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
223      <Name>HeuristicLab.Core.Views-3.3</Name>
224      <Private>False</Private>
225    </ProjectReference>
226    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
227      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
228      <Name>HeuristicLab.Core-3.3</Name>
229      <Private>False</Private>
230    </ProjectReference>
231    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
232      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
233      <Name>HeuristicLab.Data.Views-3.3</Name>
234      <Private>False</Private>
235    </ProjectReference>
236    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
237      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
238      <Name>HeuristicLab.Data-3.3</Name>
239      <Private>False</Private>
240    </ProjectReference>
241    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
242      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
243      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
244      <Private>False</Private>
245    </ProjectReference>
246    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
247      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
248      <Name>HeuristicLab.MainForm-3.3</Name>
249      <Private>False</Private>
250    </ProjectReference>
251    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
252      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
253      <Name>HeuristicLab.Optimization.Views-3.3</Name>
254      <Private>False</Private>
255    </ProjectReference>
256    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
257      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
258      <Name>HeuristicLab.Optimization-3.3</Name>
259      <Private>False</Private>
260    </ProjectReference>
261    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
262      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
263      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
264      <Private>False</Private>
265    </ProjectReference>
266    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
267      <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
268      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
269      <Private>False</Private>
270    </ProjectReference>
271    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
272      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
273      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
274      <Private>False</Private>
275    </ProjectReference>
276    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
277      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
278      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
279      <Private>False</Private>
280    </ProjectReference>
281  </ItemGroup>
282  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
283  <PropertyGroup>
284    <PreBuildEvent>
285      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
286      set ProjectDir=$(ProjectDir)
287      set SolutionDir=$(SolutionDir)
288      set Outdir=$(Outdir)
289
290      call PreBuildEvent.cmd
291</PreBuildEvent>
292  </PropertyGroup>
293  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
294       Other similar extension points exist, see Microsoft.Common.targets.
295  <Target Name="BeforeBuild">
296  </Target>
297  <Target Name="AfterBuild">
298  </Target>
299  -->
300</Project>
Note: See TracBrowser for help on using the repository browser.