Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2942_KNNRegressionClassification/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj @ 16489

Last change on this file since 16489 was 16489, checked in by gkronber, 5 years ago

#2942: merged changes from trunk to support testing with trunk

File size: 27.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis-3.4</AssemblyName>
13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>3.5</OldToolsVersion>
18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20    <StartupObject>
21    </StartupObject>
22    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
23    <TargetFrameworkProfile>
24    </TargetFrameworkProfile>
25    <PublishUrl>publish\</PublishUrl>
26    <Install>true</Install>
27    <InstallFrom>Disk</InstallFrom>
28    <UpdateEnabled>false</UpdateEnabled>
29    <UpdateMode>Foreground</UpdateMode>
30    <UpdateInterval>7</UpdateInterval>
31    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32    <UpdatePeriodically>false</UpdatePeriodically>
33    <UpdateRequired>false</UpdateRequired>
34    <MapFileExtensions>true</MapFileExtensions>
35    <ApplicationRevision>0</ApplicationRevision>
36    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37    <IsWebBootstrapper>false</IsWebBootstrapper>
38    <UseApplicationTrust>false</UseApplicationTrust>
39    <BootstrapperEnabled>true</BootstrapperEnabled>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42    <DebugSymbols>true</DebugSymbols>
43    <DebugType>full</DebugType>
44    <Optimize>false</Optimize>
45    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50    <Prefer32Bit>false</Prefer32Bit>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53    <DebugType>pdbonly</DebugType>
54    <Optimize>true</Optimize>
55    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
56    <DefineConstants>TRACE</DefineConstants>
57    <ErrorReport>prompt</ErrorReport>
58    <WarningLevel>4</WarningLevel>
59    <DocumentationFile>
60    </DocumentationFile>
61    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
62    <Prefer32Bit>false</Prefer32Bit>
63  </PropertyGroup>
64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
65    <DebugSymbols>true</DebugSymbols>
66    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
67    <DefineConstants>DEBUG;TRACE</DefineConstants>
68    <DebugType>full</DebugType>
69    <PlatformTarget>x86</PlatformTarget>
70    <ErrorReport>prompt</ErrorReport>
71    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
72    <Prefer32Bit>false</Prefer32Bit>
73  </PropertyGroup>
74  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
75    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
76    <DefineConstants>TRACE</DefineConstants>
77    <DocumentationFile>
78    </DocumentationFile>
79    <Optimize>true</Optimize>
80    <DebugType>pdbonly</DebugType>
81    <PlatformTarget>x86</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
84    <Prefer32Bit>false</Prefer32Bit>
85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
87    <DebugSymbols>true</DebugSymbols>
88    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
89    <DefineConstants>DEBUG;TRACE</DefineConstants>
90    <DebugType>full</DebugType>
91    <PlatformTarget>x64</PlatformTarget>
92    <ErrorReport>prompt</ErrorReport>
93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
94    <Prefer32Bit>false</Prefer32Bit>
95  </PropertyGroup>
96  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
97    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
98    <DefineConstants>TRACE</DefineConstants>
99    <DocumentationFile>
100    </DocumentationFile>
101    <Optimize>true</Optimize>
102    <DebugType>pdbonly</DebugType>
103    <PlatformTarget>x64</PlatformTarget>
104    <ErrorReport>prompt</ErrorReport>
105    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
106    <Prefer32Bit>false</Prefer32Bit>
107  </PropertyGroup>
108  <ItemGroup>
109    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
110      <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.Algorithms.GradientDescent-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
114      <SpecificVersion>False</SpecificVersion>
115      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.GradientDescent-3.3.dll</HintPath>
116      <Private>False</Private>
117    </Reference>
118    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
119      <SpecificVersion>False</SpecificVersion>
120      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
124      <SpecificVersion>False</SpecificVersion>
125      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
126      <Private>False</Private>
127    </Reference>
128    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
129      <SpecificVersion>False</SpecificVersion>
130      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
131      <Private>False</Private>
132    </Reference>
133    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
134      <SpecificVersion>False</SpecificVersion>
135      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
136      <Private>False</Private>
137    </Reference>
138    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
139      <SpecificVersion>False</SpecificVersion>
140      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
141      <Private>False</Private>
142    </Reference>
143    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
144      <SpecificVersion>False</SpecificVersion>
145      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
146      <Private>False</Private>
147    </Reference>
148    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
149      <SpecificVersion>False</SpecificVersion>
150      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
151      <Private>False</Private>
152    </Reference>
153    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
154      <SpecificVersion>False</SpecificVersion>
155      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
156      <Private>False</Private>
157    </Reference>
158    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
159      <SpecificVersion>False</SpecificVersion>
160      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
161      <Private>False</Private>
162    </Reference>
163    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
164      <SpecificVersion>False</SpecificVersion>
165      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
166      <Private>False</Private>
167    </Reference>
168    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
169      <SpecificVersion>False</SpecificVersion>
170      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
171      <Private>False</Private>
172    </Reference>
173    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
174      <SpecificVersion>False</SpecificVersion>
175      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
176      <Private>False</Private>
177    </Reference>
178    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
179      <SpecificVersion>False</SpecificVersion>
180      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
181      <Private>False</Private>
182    </Reference>
183    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
184      <SpecificVersion>False</SpecificVersion>
185      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
186      <Private>False</Private>
187    </Reference>
188    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
189      <SpecificVersion>False</SpecificVersion>
190      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
191    </Reference>
192    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
193      <SpecificVersion>False</SpecificVersion>
194      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
195      <Private>False</Private>
196    </Reference>
197    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
198      <SpecificVersion>False</SpecificVersion>
199      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
200      <Private>False</Private>
201    </Reference>
202    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
203      <SpecificVersion>False</SpecificVersion>
204      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
205      <Private>False</Private>
206    </Reference>
207    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
208      <SpecificVersion>False</SpecificVersion>
209      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>
210      <Private>False</Private>
211    </Reference>
212    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
213      <SpecificVersion>False</SpecificVersion>
214      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
215      <Private>False</Private>
216    </Reference>
217    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
218      <SpecificVersion>False</SpecificVersion>
219      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
220      <Private>False</Private>
221    </Reference>
222    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
223      <SpecificVersion>False</SpecificVersion>
224      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath>
225      <Private>False</Private>
226    </Reference>
227    <Reference Include="LibSVM-3.12, Version=3.12.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
228      <HintPath>..\..\bin\LibSVM-3.12.dll</HintPath>
229      <Private>False</Private>
230    </Reference>
231    <Reference Include="System" />
232    <Reference Include="System.Core">
233      <RequiredTargetFramework>3.5</RequiredTargetFramework>
234    </Reference>
235    <Reference Include="System.Drawing" />
236  </ItemGroup>
237  <ItemGroup>
238    <Compile Include="BaselineClassifiers\OneFactorClassificationModel.cs" />
239    <Compile Include="BaselineClassifiers\OneFactorClassificationSolution.cs" />
240    <Compile Include="BaselineClassifiers\OneR.cs" />
241    <Compile Include="BaselineClassifiers\OneRClassificationModel.cs" />
242    <Compile Include="BaselineClassifiers\OneRClassificationSolution.cs" />
243    <Compile Include="BaselineClassifiers\ZeroR.cs" />
244    <Compile Include="CrossValidation.cs">
245      <SubType>Code</SubType>
246    </Compile>
247    <Compile Include="DoubleArrayExtensions.cs" />
248    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
249    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSpectralMixture.cs" />
250    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePiecewisePolynomial.cs" />
251    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNeuralNetwork.cs" />
252    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePolynomial.cs" />
253    <Compile Include="GaussianProcess\GaussianProcessBase.cs" />
254    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceConst.cs">
255      <SubType>Code</SubType>
256    </Compile>
257    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinear.cs">
258      <SubType>Code</SubType>
259    </Compile>
260    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinearArd.cs">
261      <SubType>Code</SubType>
262    </Compile>
263    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMask.cs">
264      <SubType>Code</SubType>
265    </Compile>
266    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMaternIso.cs">
267      <SubType>Code</SubType>
268    </Compile>
269    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNoise.cs">
270      <SubType>Code</SubType>
271    </Compile>
272    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePeriodic.cs">
273      <SubType>Code</SubType>
274    </Compile>
275    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceProduct.cs">
276      <SubType>Code</SubType>
277    </Compile>
278    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticArd.cs">
279      <SubType>Code</SubType>
280    </Compile>
281    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticIso.cs">
282      <SubType>Code</SubType>
283    </Compile>
284    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceScale.cs">
285      <SubType>Code</SubType>
286    </Compile>
287    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialArd.cs">
288      <SubType>Code</SubType>
289    </Compile>
290    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialIso.cs" />
291    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSum.cs">
292      <SubType>Code</SubType>
293    </Compile>
294    <Compile Include="GaussianProcess\GaussianProcessClassificationSolutionCreator.cs" />
295    <Compile Include="GaussianProcess\GaussianProcessClassificationModelCreator.cs" />
296    <Compile Include="GaussianProcess\GaussianProcessClassification.cs" />
297    <Compile Include="GaussianProcess\MeanFunctions\MeanModel.cs" />
298    <Compile Include="GaussianProcess\MeanFunctions\MeanConst.cs" />
299    <Compile Include="GaussianProcess\MeanFunctions\MeanLinear.cs" />
300    <Compile Include="GaussianProcess\MeanFunctions\MeanProduct.cs">
301      <SubType>Code</SubType>
302    </Compile>
303    <Compile Include="GaussianProcess\MeanFunctions\MeanSum.cs">
304      <SubType>Code</SubType>
305    </Compile>
306    <Compile Include="GaussianProcess\MeanFunctions\MeanZero.cs" />
307    <Compile Include="GaussianProcess\GaussianProcessHyperparameterInitializer.cs" />
308    <Compile Include="GaussianProcess\GaussianProcessRegressionSolutionCreator.cs" />
309    <Compile Include="GaussianProcess\GaussianProcessRegressionModelCreator.cs" />
310    <Compile Include="GaussianProcess\GaussianProcessModelCreator.cs">
311      <SubType>Code</SubType>
312    </Compile>
313    <Compile Include="GaussianProcess\GaussianProcessCovarianceOptimizationProblem.cs" />
314    <Compile Include="GaussianProcess\Util.cs" />
315    <Compile Include="GaussianProcess\IMeanFunction.cs" />
316    <Compile Include="GaussianProcess\GaussianProcessModel.cs" />
317    <Compile Include="GaussianProcess\GaussianProcessRegression.cs" />
318    <Compile Include="GaussianProcess\GaussianProcessRegressionSolution.cs" />
319    <Compile Include="GaussianProcess\ICovarianceFunction.cs" />
320    <Compile Include="GBM\GradientBoostingRegressionAlgorithm.cs" />
321    <Compile Include="GradientBoostedTrees\IGradientBoostedTreesModel.cs" />
322    <Compile Include="GradientBoostedTrees\GradientBoostedTreesModelSurrogate.cs" />
323    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithm.cs" />
324    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithmStatic.cs" />
325    <Compile Include="GradientBoostedTrees\GradientBoostedTreesModel.cs" />
326    <Compile Include="GradientBoostedTrees\LossFunctions\AbsoluteErrorLoss.cs" />
327    <Compile Include="GradientBoostedTrees\LossFunctions\QuantileRegressionLoss.cs" />
328    <Compile Include="GradientBoostedTrees\LossFunctions\ILossFunction.cs" />
329    <Compile Include="GradientBoostedTrees\LossFunctions\LogisticRegressionLoss.cs" />
330    <Compile Include="GradientBoostedTrees\LossFunctions\RelativeErrorLoss.cs" />
331    <Compile Include="GradientBoostedTrees\LossFunctions\SquaredErrorLoss.cs" />
332    <Compile Include="GradientBoostedTrees\GradientBoostedTreesSolution.cs" />
333    <Compile Include="GradientBoostedTrees\RegressionTreeBuilder.cs" />
334    <Compile Include="GradientBoostedTrees\RegressionTreeModel.cs" />
335    <Compile Include="Interfaces\IGaussianProcessClassificationModelCreator.cs" />
336    <Compile Include="Interfaces\IGaussianProcessRegressionModelCreator.cs" />
337    <Compile Include="Interfaces\IGaussianProcessModelCreator.cs" />
338    <Compile Include="Interfaces\IGaussianProcessModel.cs" />
339    <Compile Include="Interfaces\IGaussianProcessSolution.cs" />
340    <Compile Include="Interfaces\INcaClassificationSolution.cs" />
341    <Compile Include="Interfaces\INcaModel.cs" />
342    <Compile Include="Interfaces\INearestNeighbourClassificationSolution.cs" />
343    <Compile Include="Interfaces\INearestNeighbourRegressionSolution.cs" />
344    <Compile Include="Interfaces\INearestNeighbourModel.cs" />
345    <Compile Include="Interfaces\INeuralNetworkEnsembleClassificationSolution.cs" />
346    <Compile Include="Interfaces\INeuralNetworkEnsembleRegressionSolution.cs" />
347    <Compile Include="Interfaces\INeuralNetworkEnsembleModel.cs" />
348    <Compile Include="Interfaces\INeuralNetworkClassificationSolution.cs" />
349    <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
350    <Compile Include="Interfaces\INeuralNetworkModel.cs" />
351    <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
352    <Compile Include="Interfaces\IRandomForestModel.cs" />
353    <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
354    <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
355    <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
356    <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
357    <Compile Include="KernelRidgeRegression\KernelFunctions\CicularKernel.cs" />
358    <Compile Include="KernelRidgeRegression\KernelFunctions\GaussianKernel.cs" />
359    <Compile Include="KernelRidgeRegression\KernelFunctions\IKernel.cs" />
360    <Compile Include="KernelRidgeRegression\KernelFunctions\InverseMultiquadraticKernel.cs" />
361    <Compile Include="KernelRidgeRegression\KernelFunctions\KernelBase.cs" />
362    <Compile Include="KernelRidgeRegression\KernelFunctions\MultiquadraticKernel.cs" />
363    <Compile Include="KernelRidgeRegression\KernelFunctions\PolysplineKernel.cs" />
364    <Compile Include="KernelRidgeRegression\KernelFunctions\ThinPlatePolysplineKernel.cs" />
365    <Compile Include="KernelRidgeRegression\KernelRidgeRegression.cs" />
366    <Compile Include="KernelRidgeRegression\KernelRidgeRegressionModel.cs" />
367    <Compile Include="kMeans\KMeansClustering.cs" />
368    <Compile Include="kMeans\KMeansClusteringModel.cs" />
369    <Compile Include="kMeans\KMeansClusteringSolution.cs" />
370    <Compile Include="kMeans\KMeansClusteringUtil.cs">
371      <SubType>Code</SubType>
372    </Compile>
373    <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
374    <Compile Include="Linear\LinearRegression.cs">
375      <SubType>Code</SubType>
376    </Compile>
377    <Compile Include="Linear\LinearRegressionModel.cs" />
378    <Compile Include="Linear\MultinomialLogitClassification.cs" />
379    <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
380    <Compile Include="Linear\MultinomialLogitModel.cs" />
381    <Compile Include="Linear\Scaling.cs" />
382    <Compile Include="Nca\Initialization\INcaInitializer.cs" />
383    <Compile Include="Nca\Initialization\LdaInitializer.cs" />
384    <Compile Include="Nca\Initialization\NcaInitializer.cs" />
385    <Compile Include="Nca\Initialization\PcaInitializer.cs" />
386    <Compile Include="Nca\Initialization\RandomInitializer.cs" />
387    <Compile Include="Nca\Matrix.cs" />
388    <Compile Include="Nca\ModelCreation\INcaModelCreator.cs" />
389    <Compile Include="Nca\ModelCreation\NcaModelCreator.cs" />
390    <Compile Include="Nca\NcaAlgorithm.cs" />
391    <Compile Include="Nca\NcaClassificationSolution.cs" />
392    <Compile Include="Nca\NcaGradientCalculator.cs" />
393    <Compile Include="Nca\NcaModel.cs" />
394    <Compile Include="Nca\SolutionCreation\INcaSolutionCreator.cs" />
395    <Compile Include="Nca\SolutionCreation\NcaSolutionCreator.cs" />
396    <Compile Include="NearestNeighbour\NearestNeighbourClassification.cs" />
397    <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" />
398    <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" />
399    <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" />
400    <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" />
401    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassification.cs" />
402    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassificationSolution.cs" />
403    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleModel.cs" />
404    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegressionSolution.cs" />
405    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegression.cs" />
406    <Compile Include="NeuralNetwork\NeuralNetworkClassification.cs" />
407    <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
408    <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
409    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
410    <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
411    <Compile Include="NonlinearRegression\NonlinearRegression.cs" />
412    <Compile Include="Plugin.cs" />
413    <Compile Include="Properties\AssemblyInfo.cs" />
414    <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
415    <Compile Include="RandomForest\RandomForestClassification.cs" />
416    <Compile Include="RandomForest\RandomForestModel.cs" />
417    <Compile Include="RandomForest\RandomForestRegression.cs" />
418    <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
419    <Compile Include="RandomForest\RandomForestUtil.cs" />
420    <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
421    <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
422    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
423    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs">
424      <SubType>Code</SubType>
425    </Compile>
426    <Compile Include="SupportVectorMachine\SupportVectorRegression.cs">
427      <SubType>Code</SubType>
428    </Compile>
429    <Compile Include="SupportVectorMachine\SupportVectorRegressionSolution.cs">
430      <SubType>Code</SubType>
431    </Compile>
432    <Compile Include="TimeSeries\AutoregressiveModeling.cs" />
433    <Compile Include="TSNE\Distances\CosineDistance.cs" />
434    <Compile Include="TSNE\Distances\DistanceBase.cs" />
435    <Compile Include="TSNE\Distances\EuclideanDistance.cs" />
436    <Compile Include="TSNE\Distances\IndexedItemDistance.cs" />
437    <Compile Include="TSNE\Distances\ManhattanDistance.cs" />
438    <Compile Include="TSNE\Distances\WeightedEuclideanDistance.cs" />
439    <Compile Include="TSNE\Distances\IDistance.cs" />
440    <Compile Include="TSNE\PriorityQueue.cs" />
441    <Compile Include="TSNE\SpacePartitioningTree.cs" />
442    <Compile Include="TSNE\TSNEAlgorithm.cs" />
443    <Compile Include="TSNE\TSNEStatic.cs" />
444    <Compile Include="TSNE\TSNEUtils.cs" />
445    <Compile Include="TSNE\VantagePointTree.cs" />
446  </ItemGroup>
447  <ItemGroup>
448    <None Include="HeuristicLab.snk" />
449    <None Include="Plugin.cs.frame" />
450    <None Include="Properties\AssemblyInfo.cs.frame" />
451  </ItemGroup>
452  <ItemGroup>
453    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
454      <Visible>False</Visible>
455      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
456      <Install>false</Install>
457    </BootstrapperPackage>
458    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
459      <Visible>False</Visible>
460      <ProductName>.NET Framework 3.5 SP1</ProductName>
461      <Install>true</Install>
462    </BootstrapperPackage>
463    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
464      <Visible>False</Visible>
465      <ProductName>Windows Installer 3.1</ProductName>
466      <Install>true</Install>
467    </BootstrapperPackage>
468  </ItemGroup>
469  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
470  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
471       Other similar extension points exist, see Microsoft.Common.targets.
472  <Target Name="BeforeBuild">
473  </Target>
474  <Target Name="AfterBuild">
475  </Target>
476  -->
477  <PropertyGroup>
478    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
479set ProjectDir=$(ProjectDir)
480set SolutionDir=$(SolutionDir)
481set Outdir=$(Outdir)
482
483call PreBuildEvent.cmd
484</PreBuildEvent>
485    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
486export ProjectDir=$(ProjectDir)
487export SolutionDir=$(SolutionDir)
488
489$SolutionDir/PreBuildEvent.sh
490</PreBuildEvent>
491  </PropertyGroup>
492</Project>
Note: See TracBrowser for help on using the repository browser.