Free cookie consent management tool by TermsFeed Policy Generator

source: branches/RBFRegression/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj @ 14870

Last change on this file since 14870 was 14870, checked in by gkronber, 7 years ago

#2699: merged changesets from trunk to branch

File size: 25.0 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\sources\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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">
110      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.Algorithms.GradientDescent-3.3">
113      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GradientDescent-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
116      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Analysis-3.3">
119      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
120    </Reference>
121    <Reference Include="HeuristicLab.Collections-3.3">
122      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
123    </Reference>
124    <Reference Include="HeuristicLab.Common-3.3">
125      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
126    </Reference>
127    <Reference Include="HeuristicLab.Common.Resources-3.3">
128      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
129    </Reference>
130    <Reference Include="HeuristicLab.Core-3.3">
131      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
132    </Reference>
133    <Reference Include="HeuristicLab.Data-3.3">
134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
135    </Reference>
136    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
137      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
138    </Reference>
139    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
140      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
141    </Reference>
142    <Reference Include="HeuristicLab.Operators-3.3">
143      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
144    </Reference>
145    <Reference Include="HeuristicLab.Optimization-3.3">
146      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
147    </Reference>
148    <Reference Include="HeuristicLab.Parameters-3.3">
149      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
150    </Reference>
151    <Reference Include="HeuristicLab.Persistence-3.3">
152      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
153    </Reference>
154    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
155      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
156    </Reference>
157    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
158      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
159    </Reference>
160    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
161      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
162    </Reference>
163    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
164      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
165    </Reference>
166    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
167      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
168    </Reference>
169    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4">
170      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>
171    </Reference>
172    <Reference Include="HeuristicLab.Problems.Instances-3.3">
173      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
174    </Reference>
175    <Reference Include="HeuristicLab.Random-3.3">
176      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
177    </Reference>
178    <Reference Include="HeuristicLab.Selection-3.3">
179      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
180    </Reference>
181    <Reference Include="LibSVM-3.12">
182      <HintPath>..\..\..\..\trunk\sources\bin\LibSVM-3.12.dll</HintPath>
183    </Reference>
184    <Reference Include="System" />
185    <Reference Include="System.Core">
186      <RequiredTargetFramework>3.5</RequiredTargetFramework>
187    </Reference>
188    <Reference Include="System.Drawing" />
189  </ItemGroup>
190  <ItemGroup>
191    <Compile Include="BaselineClassifiers\OneFactorClassificationModel.cs" />
192    <Compile Include="BaselineClassifiers\OneFactorClassificationSolution.cs" />
193    <Compile Include="BaselineClassifiers\OneR.cs" />
194    <Compile Include="BaselineClassifiers\OneRClassificationModel.cs" />
195    <Compile Include="BaselineClassifiers\OneRClassificationSolution.cs" />
196    <Compile Include="BaselineClassifiers\ZeroR.cs" />
197    <Compile Include="CrossValidation.cs">
198      <SubType>Code</SubType>
199    </Compile>
200    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
201    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSpectralMixture.cs" />
202    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePiecewisePolynomial.cs" />
203    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNeuralNetwork.cs" />
204    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePolynomial.cs" />
205    <Compile Include="GaussianProcess\GaussianProcessBase.cs" />
206    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceConst.cs">
207      <SubType>Code</SubType>
208    </Compile>
209    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinear.cs">
210      <SubType>Code</SubType>
211    </Compile>
212    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinearArd.cs">
213      <SubType>Code</SubType>
214    </Compile>
215    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMask.cs">
216      <SubType>Code</SubType>
217    </Compile>
218    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMaternIso.cs">
219      <SubType>Code</SubType>
220    </Compile>
221    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNoise.cs">
222      <SubType>Code</SubType>
223    </Compile>
224    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePeriodic.cs">
225      <SubType>Code</SubType>
226    </Compile>
227    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceProduct.cs">
228      <SubType>Code</SubType>
229    </Compile>
230    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticArd.cs">
231      <SubType>Code</SubType>
232    </Compile>
233    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticIso.cs">
234      <SubType>Code</SubType>
235    </Compile>
236    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceScale.cs">
237      <SubType>Code</SubType>
238    </Compile>
239    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialArd.cs">
240      <SubType>Code</SubType>
241    </Compile>
242    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialIso.cs" />
243    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSum.cs">
244      <SubType>Code</SubType>
245    </Compile>
246    <Compile Include="GaussianProcess\GaussianProcessClassificationSolutionCreator.cs" />
247    <Compile Include="GaussianProcess\GaussianProcessClassificationModelCreator.cs" />
248    <Compile Include="GaussianProcess\GaussianProcessClassification.cs" />
249    <Compile Include="GaussianProcess\MeanFunctions\MeanModel.cs" />
250    <Compile Include="GaussianProcess\MeanFunctions\MeanConst.cs" />
251    <Compile Include="GaussianProcess\MeanFunctions\MeanLinear.cs" />
252    <Compile Include="GaussianProcess\MeanFunctions\MeanProduct.cs">
253      <SubType>Code</SubType>
254    </Compile>
255    <Compile Include="GaussianProcess\MeanFunctions\MeanSum.cs">
256      <SubType>Code</SubType>
257    </Compile>
258    <Compile Include="GaussianProcess\MeanFunctions\MeanZero.cs" />
259    <Compile Include="GaussianProcess\GaussianProcessHyperparameterInitializer.cs" />
260    <Compile Include="GaussianProcess\GaussianProcessRegressionSolutionCreator.cs" />
261    <Compile Include="GaussianProcess\GaussianProcessRegressionModelCreator.cs" />
262    <Compile Include="GaussianProcess\GaussianProcessModelCreator.cs">
263      <SubType>Code</SubType>
264    </Compile>
265    <Compile Include="GaussianProcess\GaussianProcessCovarianceOptimizationProblem.cs" />
266    <Compile Include="GaussianProcess\Util.cs" />
267    <Compile Include="GaussianProcess\IMeanFunction.cs" />
268    <Compile Include="GaussianProcess\GaussianProcessModel.cs" />
269    <Compile Include="GaussianProcess\GaussianProcessRegression.cs" />
270    <Compile Include="GaussianProcess\GaussianProcessRegressionSolution.cs" />
271    <Compile Include="GaussianProcess\ICovarianceFunction.cs" />
272    <Compile Include="GBM\GradientBoostingRegressionAlgorithm.cs" />
273    <Compile Include="GradientBoostedTrees\IGradientBoostedTreesModel.cs" />
274    <Compile Include="GradientBoostedTrees\GradientBoostedTreesModelSurrogate.cs" />
275    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithm.cs" />
276    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithmStatic.cs" />
277    <Compile Include="GradientBoostedTrees\GradientBoostedTreesModel.cs" />
278    <Compile Include="GradientBoostedTrees\LossFunctions\AbsoluteErrorLoss.cs" />
279    <Compile Include="GradientBoostedTrees\LossFunctions\QuantileRegressionLoss.cs" />
280    <Compile Include="GradientBoostedTrees\LossFunctions\ILossFunction.cs" />
281    <Compile Include="GradientBoostedTrees\LossFunctions\LogisticRegressionLoss.cs" />
282    <Compile Include="GradientBoostedTrees\LossFunctions\RelativeErrorLoss.cs" />
283    <Compile Include="GradientBoostedTrees\LossFunctions\SquaredErrorLoss.cs" />
284    <Compile Include="GradientBoostedTrees\GradientBoostedTreesSolution.cs" />
285    <Compile Include="GradientBoostedTrees\RegressionTreeBuilder.cs" />
286    <Compile Include="GradientBoostedTrees\RegressionTreeModel.cs" />
287    <Compile Include="Interfaces\IGaussianProcessClassificationModelCreator.cs" />
288    <Compile Include="Interfaces\IGaussianProcessRegressionModelCreator.cs" />
289    <Compile Include="Interfaces\IGaussianProcessModelCreator.cs" />
290    <Compile Include="Interfaces\IGaussianProcessModel.cs" />
291    <Compile Include="Interfaces\IGaussianProcessSolution.cs" />
292    <Compile Include="Interfaces\INcaClassificationSolution.cs" />
293    <Compile Include="Interfaces\INcaModel.cs" />
294    <Compile Include="Interfaces\INearestNeighbourClassificationSolution.cs" />
295    <Compile Include="Interfaces\INearestNeighbourRegressionSolution.cs" />
296    <Compile Include="Interfaces\INearestNeighbourModel.cs" />
297    <Compile Include="Interfaces\INeuralNetworkEnsembleClassificationSolution.cs" />
298    <Compile Include="Interfaces\INeuralNetworkEnsembleRegressionSolution.cs" />
299    <Compile Include="Interfaces\INeuralNetworkEnsembleModel.cs" />
300    <Compile Include="Interfaces\INeuralNetworkClassificationSolution.cs" />
301    <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
302    <Compile Include="Interfaces\INeuralNetworkModel.cs" />
303    <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
304    <Compile Include="Interfaces\IRandomForestModel.cs" />
305    <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
306    <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
307    <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
308    <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
309    <Compile Include="kMeans\KMeansClustering.cs" />
310    <Compile Include="kMeans\KMeansClusteringModel.cs" />
311    <Compile Include="kMeans\KMeansClusteringSolution.cs" />
312    <Compile Include="kMeans\KMeansClusteringUtil.cs">
313      <SubType>Code</SubType>
314    </Compile>
315    <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
316    <Compile Include="Linear\LinearRegression.cs">
317      <SubType>Code</SubType>
318    </Compile>
319    <Compile Include="Linear\MultinomialLogitClassification.cs" />
320    <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
321    <Compile Include="Linear\MultinomialLogitModel.cs" />
322    <Compile Include="Linear\Scaling.cs" />
323    <Compile Include="MctsSymbolicRegression\Automaton.cs" />
324    <Compile Include="MctsSymbolicRegression\CodeGenerator.cs" />
325    <Compile Include="MctsSymbolicRegression\ConstraintHandler.cs" />
326    <Compile Include="MctsSymbolicRegression\Disassembler.cs" />
327    <Compile Include="MctsSymbolicRegression\ExpressionEvaluator.cs" />
328    <Compile Include="MctsSymbolicRegression\MctsSymbolicRegressionAlgorithm.cs" />
329    <Compile Include="MctsSymbolicRegression\MctsSymbolicRegressionStatic.cs" />
330    <Compile Include="MctsSymbolicRegression\OpCodes.cs" />
331    <Compile Include="MctsSymbolicRegression\Policies\EpsGreedy.cs" />
332    <Compile Include="MctsSymbolicRegression\Policies\UcbTuned.cs" />
333    <Compile Include="MctsSymbolicRegression\Policies\IActionStatistics.cs" />
334    <Compile Include="MctsSymbolicRegression\Policies\IPolicy.cs" />
335    <Compile Include="MctsSymbolicRegression\Policies\PolicyBase.cs" />
336    <Compile Include="MctsSymbolicRegression\Policies\Ucb.cs" />
337    <Compile Include="MctsSymbolicRegression\SymbolicExpressionGenerator.cs" />
338    <Compile Include="MctsSymbolicRegression\Tree.cs" />
339    <Compile Include="Nca\Initialization\INcaInitializer.cs" />
340    <Compile Include="Nca\Initialization\LdaInitializer.cs" />
341    <Compile Include="Nca\Initialization\NcaInitializer.cs" />
342    <Compile Include="Nca\Initialization\PcaInitializer.cs" />
343    <Compile Include="Nca\Initialization\RandomInitializer.cs" />
344    <Compile Include="Nca\Matrix.cs" />
345    <Compile Include="Nca\ModelCreation\INcaModelCreator.cs" />
346    <Compile Include="Nca\ModelCreation\NcaModelCreator.cs" />
347    <Compile Include="Nca\NcaAlgorithm.cs" />
348    <Compile Include="Nca\NcaClassificationSolution.cs" />
349    <Compile Include="Nca\NcaGradientCalculator.cs" />
350    <Compile Include="Nca\NcaModel.cs" />
351    <Compile Include="Nca\SolutionCreation\INcaSolutionCreator.cs" />
352    <Compile Include="Nca\SolutionCreation\NcaSolutionCreator.cs" />
353    <Compile Include="NearestNeighbour\NearestNeighbourClassification.cs" />
354    <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" />
355    <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" />
356    <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" />
357    <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" />
358    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassification.cs" />
359    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassificationSolution.cs" />
360    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleModel.cs" />
361    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegressionSolution.cs" />
362    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegression.cs" />
363    <Compile Include="NeuralNetwork\NeuralNetworkClassification.cs" />
364    <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
365    <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
366    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
367    <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
368    <Compile Include="NonlinearRegression\NonlinearRegression.cs" />
369    <Compile Include="Plugin.cs" />
370    <Compile Include="Properties\AssemblyInfo.cs" />
371    <Compile Include="RadialBasisFunctions\Distances\AngularDistance.cs" />
372    <Compile Include="RadialBasisFunctions\Distances\DistanceBase.cs" />
373    <Compile Include="RadialBasisFunctions\Distances\EuclidianDistance.cs" />
374    <Compile Include="RadialBasisFunctions\Distances\ManhattanDistance.cs" />
375    <Compile Include="RadialBasisFunctions\Interfaces\IDistance.cs" />
376    <Compile Include="RadialBasisFunctions\Interfaces\IKernelFunction.cs" />
377    <Compile Include="RadialBasisFunctions\KernelFunctions\CicularKernel.cs" />
378    <Compile Include="RadialBasisFunctions\KernelFunctions\GaussianKernel.cs" />
379    <Compile Include="RadialBasisFunctions\KernelFunctions\InverseMultiquadraticKernel .cs" />
380    <Compile Include="RadialBasisFunctions\KernelFunctions\KernelBase.cs" />
381    <Compile Include="RadialBasisFunctions\KernelFunctions\LaplacianKernel.cs" />
382    <Compile Include="RadialBasisFunctions\KernelFunctions\MultiquadraticKernel.cs" />
383    <Compile Include="RadialBasisFunctions\KernelFunctions\PolysplineKernel.cs" />
384    <Compile Include="RadialBasisFunctions\KernelFunctions\ThinPlatePolysplineKernel.cs" />
385    <Compile Include="RadialBasisFunctions\MatrixUtilities.cs" />
386    <Compile Include="RadialBasisFunctions\RadialBasisFunctionModel.cs" />
387    <Compile Include="RadialBasisFunctions\RadialBasisFunctionRegressionSolution.cs" />
388    <Compile Include="RadialBasisFunctions\RadialBasisRegression.cs" />
389    <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
390    <Compile Include="RandomForest\RandomForestClassification.cs" />
391    <Compile Include="RandomForest\RandomForestModel.cs" />
392    <Compile Include="RandomForest\RandomForestRegression.cs" />
393    <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
394    <Compile Include="RandomForest\RandomForestUtil.cs" />
395    <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
396    <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
397    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
398    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs">
399      <SubType>Code</SubType>
400    </Compile>
401    <Compile Include="SupportVectorMachine\SupportVectorRegression.cs">
402      <SubType>Code</SubType>
403    </Compile>
404    <Compile Include="SupportVectorMachine\SupportVectorRegressionSolution.cs">
405      <SubType>Code</SubType>
406    </Compile>
407    <Compile Include="TimeSeries\AutoregressiveModeling.cs" />
408    <Compile Include="TSNE\Distances\DistanceBase.cs" />
409    <Compile Include="TSNE\Distances\EuclideanDistance.cs" />
410    <Compile Include="TSNE\Distances\IndexedItemDistance.cs" />
411    <Compile Include="TSNE\Distances\InnerProductDistance.cs" />
412    <Compile Include="TSNE\Interfaces\IDistance.cs" />
413    <Compile Include="TSNE\Interfaces\ISpacePartitioningTree.cs" />
414    <Compile Include="TSNE\Interfaces\IVantagePointTree.cs" />
415    <Compile Include="TSNE\PriorityQueue.cs" />
416    <Compile Include="TSNE\SpacePartitioningTree.cs" />
417    <Compile Include="TSNE\TSNEAlgorithm.cs" />
418    <Compile Include="TSNE\TSNEStatic.cs" />
419    <Compile Include="TSNE\TSNEUtils.cs" />
420    <Compile Include="TSNE\VantagePointTree.cs" />
421  </ItemGroup>
422  <ItemGroup>
423    <None Include="HeuristicLab.snk" />
424    <None Include="Plugin.cs.frame" />
425    <None Include="Properties\AssemblyInfo.cs.frame" />
426  </ItemGroup>
427  <ItemGroup>
428    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
429      <Visible>False</Visible>
430      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
431      <Install>false</Install>
432    </BootstrapperPackage>
433    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
434      <Visible>False</Visible>
435      <ProductName>.NET Framework 3.5 SP1</ProductName>
436      <Install>true</Install>
437    </BootstrapperPackage>
438    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
439      <Visible>False</Visible>
440      <ProductName>Windows Installer 3.1</ProductName>
441      <Install>true</Install>
442    </BootstrapperPackage>
443  </ItemGroup>
444  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
445  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
446       Other similar extension points exist, see Microsoft.Common.targets.
447  <Target Name="BeforeBuild">
448  </Target>
449  <Target Name="AfterBuild">
450  </Target>
451  -->
452  <PropertyGroup>
453    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
454set ProjectDir=$(ProjectDir)
455set SolutionDir=$(SolutionDir)
456set Outdir=$(Outdir)
457
458call PreBuildEvent.cmd
459</PreBuildEvent>
460    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
461export ProjectDir=$(ProjectDir)
462export SolutionDir=$(SolutionDir)
463
464$SolutionDir/PreBuildEvent.sh
465</PreBuildEvent>
466  </PropertyGroup>
467</Project>
Note: See TracBrowser for help on using the repository browser.