Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj @ 12632

Last change on this file since 12632 was 12632, checked in by gkronber, 10 years ago

#2261 implemented node expansion using a priority queue (and changed parameter MaxDepth to MaxSize). Moved unit tests to a separate project.

File size: 23.6 KB
RevLine 
[4065]1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
[3877]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>
[5477]8    <ProjectGuid>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</ProjectGuid>
[3877]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis</RootNamespace>
[5475]12    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis-3.4</AssemblyName>
[3877]13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
[4065]17    <OldToolsVersion>3.5</OldToolsVersion>
[3877]18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20    <StartupObject>
21    </StartupObject>
[11623]22    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[5477]23    <TargetFrameworkProfile>
24    </TargetFrameworkProfile>
[4065]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>
[3877]40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42    <DebugSymbols>true</DebugSymbols>
43    <DebugType>full</DebugType>
44    <Optimize>false</Optimize>
[12587]45    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[3877]46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
[4065]49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]50    <Prefer32Bit>false</Prefer32Bit>
[3877]51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53    <DebugType>pdbonly</DebugType>
54    <Optimize>true</Optimize>
[12587]55    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[3877]56    <DefineConstants>TRACE</DefineConstants>
57    <ErrorReport>prompt</ErrorReport>
58    <WarningLevel>4</WarningLevel>
[6866]59    <DocumentationFile>
60    </DocumentationFile>
[4065]61    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]62    <Prefer32Bit>false</Prefer32Bit>
[3877]63  </PropertyGroup>
64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
65    <DebugSymbols>true</DebugSymbols>
[6866]66    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3877]67    <DefineConstants>DEBUG;TRACE</DefineConstants>
68    <DebugType>full</DebugType>
69    <PlatformTarget>x86</PlatformTarget>
70    <ErrorReport>prompt</ErrorReport>
[4065]71    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]72    <Prefer32Bit>false</Prefer32Bit>
[3877]73  </PropertyGroup>
74  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]75    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3877]76    <DefineConstants>TRACE</DefineConstants>
[6866]77    <DocumentationFile>
78    </DocumentationFile>
[3877]79    <Optimize>true</Optimize>
80    <DebugType>pdbonly</DebugType>
81    <PlatformTarget>x86</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
[4065]83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]84    <Prefer32Bit>false</Prefer32Bit>
[3877]85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
87    <DebugSymbols>true</DebugSymbols>
[6866]88    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3877]89    <DefineConstants>DEBUG;TRACE</DefineConstants>
90    <DebugType>full</DebugType>
91    <PlatformTarget>x64</PlatformTarget>
92    <ErrorReport>prompt</ErrorReport>
[4065]93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]94    <Prefer32Bit>false</Prefer32Bit>
[3877]95  </PropertyGroup>
96  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]97    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3877]98    <DefineConstants>TRACE</DefineConstants>
[6866]99    <DocumentationFile>
100    </DocumentationFile>
[3877]101    <Optimize>true</Optimize>
102    <DebugType>pdbonly</DebugType>
103    <PlatformTarget>x64</PlatformTarget>
104    <ErrorReport>prompt</ErrorReport>
[4065]105    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]106    <Prefer32Bit>false</Prefer32Bit>
[3877]107  </PropertyGroup>
108  <ItemGroup>
[9288]109    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[12587]110      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
[7021]111      <Private>False</Private>
[6866]112    </Reference>
[12587]113    <Reference Include="HeuristicLab.Algorithms.GradientDescent-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
114      <SpecificVersion>False</SpecificVersion>
115      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GradientDescent-3.3.dll</HintPath>
116    </Reference>
117    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
118      <SpecificVersion>False</SpecificVersion>
119      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
120    </Reference>
121    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
122      <SpecificVersion>False</SpecificVersion>
123      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
124    </Reference>
125    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
126      <SpecificVersion>False</SpecificVersion>
127      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
128    </Reference>
129    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
130      <SpecificVersion>False</SpecificVersion>
131      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
132    </Reference>
133    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
134      <SpecificVersion>False</SpecificVersion>
135      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
136    </Reference>
137    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
138      <SpecificVersion>False</SpecificVersion>
139      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
140    </Reference>
141    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
142      <SpecificVersion>False</SpecificVersion>
143      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
144    </Reference>
145    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
146      <SpecificVersion>False</SpecificVersion>
147      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
148    </Reference>
149    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
150      <SpecificVersion>False</SpecificVersion>
151      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
152    </Reference>
153    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
154      <SpecificVersion>False</SpecificVersion>
155      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
156    </Reference>
157    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
158      <SpecificVersion>False</SpecificVersion>
159      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
160    </Reference>
161    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
162      <SpecificVersion>False</SpecificVersion>
163      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
164    </Reference>
165    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
166      <SpecificVersion>False</SpecificVersion>
167      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
168    </Reference>
169    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
170      <SpecificVersion>False</SpecificVersion>
171      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
172    </Reference>
173    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
174      <SpecificVersion>False</SpecificVersion>
175      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
176    </Reference>
177    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
178      <SpecificVersion>False</SpecificVersion>
179      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
180    </Reference>
181    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
182      <SpecificVersion>False</SpecificVersion>
183      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
184    </Reference>
185    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
186      <SpecificVersion>False</SpecificVersion>
187      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>
188    </Reference>
189    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
190      <SpecificVersion>False</SpecificVersion>
191      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
192    </Reference>
193    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
194      <SpecificVersion>False</SpecificVersion>
195      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
196    </Reference>
[8609]197    <Reference Include="LibSVM-3.12, Version=3.12.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[12587]198      <HintPath>..\..\..\..\trunk\sources\bin\LibSVM-3.12.dll</HintPath>
[7021]199      <Private>False</Private>
[6866]200    </Reference>
[3877]201    <Reference Include="System" />
202    <Reference Include="System.Core">
203      <RequiredTargetFramework>3.5</RequiredTargetFramework>
204    </Reference>
[4569]205    <Reference Include="System.Drawing" />
[3877]206  </ItemGroup>
207  <ItemGroup>
[5617]208    <Compile Include="CrossValidation.cs">
209      <SubType>Code</SubType>
210    </Compile>
211    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
[10480]212    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSpectralMixture.cs" />
[9534]213    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePiecewisePolynomial.cs" />
[9359]214    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNeuralNetwork.cs" />
[9515]215    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePolynomial.cs" />
[9096]216    <Compile Include="GaussianProcess\GaussianProcessBase.cs" />
[8982]217    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceConst.cs">
218      <SubType>Code</SubType>
219    </Compile>
220    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinear.cs">
221      <SubType>Code</SubType>
222    </Compile>
223    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinearArd.cs">
224      <SubType>Code</SubType>
225    </Compile>
226    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMask.cs">
227      <SubType>Code</SubType>
228    </Compile>
229    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMaternIso.cs">
230      <SubType>Code</SubType>
231    </Compile>
232    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNoise.cs">
233      <SubType>Code</SubType>
234    </Compile>
235    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePeriodic.cs">
236      <SubType>Code</SubType>
237    </Compile>
238    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceProduct.cs">
239      <SubType>Code</SubType>
240    </Compile>
241    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticArd.cs">
242      <SubType>Code</SubType>
243    </Compile>
244    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticIso.cs">
245      <SubType>Code</SubType>
246    </Compile>
247    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceScale.cs">
248      <SubType>Code</SubType>
249    </Compile>
250    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialArd.cs">
251      <SubType>Code</SubType>
252    </Compile>
[8929]253    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialIso.cs" />
[8982]254    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSum.cs">
255      <SubType>Code</SubType>
256    </Compile>
[8623]257    <Compile Include="GaussianProcess\GaussianProcessClassificationSolutionCreator.cs" />
258    <Compile Include="GaussianProcess\GaussianProcessClassificationModelCreator.cs" />
259    <Compile Include="GaussianProcess\GaussianProcessClassification.cs" />
[8929]260    <Compile Include="GaussianProcess\MeanFunctions\MeanConst.cs" />
261    <Compile Include="GaussianProcess\MeanFunctions\MeanLinear.cs" />
[8982]262    <Compile Include="GaussianProcess\MeanFunctions\MeanProduct.cs">
263      <SubType>Code</SubType>
264    </Compile>
265    <Compile Include="GaussianProcess\MeanFunctions\MeanSum.cs">
266      <SubType>Code</SubType>
267    </Compile>
[8929]268    <Compile Include="GaussianProcess\MeanFunctions\MeanZero.cs" />
[8396]269    <Compile Include="GaussianProcess\GaussianProcessHyperparameterInitializer.cs" />
[8375]270    <Compile Include="GaussianProcess\GaussianProcessRegressionSolutionCreator.cs" />
[8371]271    <Compile Include="GaussianProcess\GaussianProcessRegressionModelCreator.cs" />
272    <Compile Include="GaussianProcess\GaussianProcessModelCreator.cs">
273      <SubType>Code</SubType>
274    </Compile>
[8323]275    <Compile Include="GaussianProcess\Util.cs" />
276    <Compile Include="GaussianProcess\IMeanFunction.cs" />
277    <Compile Include="GaussianProcess\GaussianProcessModel.cs" />
278    <Compile Include="GaussianProcess\GaussianProcessRegression.cs" />
279    <Compile Include="GaussianProcess\GaussianProcessRegressionSolution.cs" />
280    <Compile Include="GaussianProcess\ICovarianceFunction.cs" />
[12332]281    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithm.cs" />
282    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithmStatic.cs" />
283    <Compile Include="GradientBoostedTrees\GradientBoostedTreesModel.cs" />
[12374]284    <Compile Include="GradientBoostedTrees\LossFunctions\AbsoluteErrorLoss.cs" />
[12588]285    <Compile Include="GradientBoostedTrees\LossFunctions\LogisticRegressionLoss.cs" />
[12374]286    <Compile Include="GradientBoostedTrees\LossFunctions\RelativeErrorLoss.cs" />
[12332]287    <Compile Include="GradientBoostedTrees\LossFunctions\ILossFunction.cs" />
288    <Compile Include="GradientBoostedTrees\LossFunctions\SquaredErrorLoss.cs" />
289    <Compile Include="GradientBoostedTrees\RegressionTreeBuilder.cs" />
290    <Compile Include="GradientBoostedTrees\RegressionTreeModel.cs" />
[9096]291    <Compile Include="Interfaces\IGaussianProcessClassificationModelCreator.cs" />
292    <Compile Include="Interfaces\IGaussianProcessRegressionModelCreator.cs" />
293    <Compile Include="Interfaces\IGaussianProcessModelCreator.cs" />
[8323]294    <Compile Include="Interfaces\IGaussianProcessModel.cs" />
295    <Compile Include="Interfaces\IGaussianProcessSolution.cs" />
[8471]296    <Compile Include="Interfaces\INcaClassificationSolution.cs" />
297    <Compile Include="Interfaces\INcaModel.cs" />
[6583]298    <Compile Include="Interfaces\INearestNeighbourClassificationSolution.cs" />
299    <Compile Include="Interfaces\INearestNeighbourRegressionSolution.cs" />
300    <Compile Include="Interfaces\INearestNeighbourModel.cs" />
[6580]301    <Compile Include="Interfaces\INeuralNetworkEnsembleClassificationSolution.cs" />
302    <Compile Include="Interfaces\INeuralNetworkEnsembleRegressionSolution.cs" />
303    <Compile Include="Interfaces\INeuralNetworkEnsembleModel.cs" />
[6579]304    <Compile Include="Interfaces\INeuralNetworkClassificationSolution.cs" />
[6577]305    <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
306    <Compile Include="Interfaces\INeuralNetworkModel.cs" />
[6241]307    <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
308    <Compile Include="Interfaces\IRandomForestModel.cs" />
[6240]309    <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
[5694]310    <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
311    <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
[5617]312    <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
[5651]313    <Compile Include="kMeans\KMeansClustering.cs" />
314    <Compile Include="kMeans\KMeansClusteringModel.cs" />
315    <Compile Include="kMeans\KMeansClusteringSolution.cs" />
[5658]316    <Compile Include="kMeans\KMeansClusteringUtil.cs">
[5617]317      <SubType>Code</SubType>
318    </Compile>
[5658]319    <Compile Include="Linear\AlglibUtil.cs" />
[8323]320    <Compile Include="Linear\Scaling.cs" />
[5658]321    <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
322    <Compile Include="Linear\LinearRegression.cs">
[5617]323      <SubType>Code</SubType>
324    </Compile>
[6567]325    <Compile Include="Linear\MultinomialLogitClassification.cs" />
[6576]326    <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
327    <Compile Include="Linear\MultinomialLogitModel.cs" />
[8471]328    <Compile Include="Nca\Initialization\INcaInitializer.cs" />
329    <Compile Include="Nca\Initialization\LdaInitializer.cs" />
[9270]330    <Compile Include="Nca\Initialization\NcaInitializer.cs" />
[8471]331    <Compile Include="Nca\Initialization\PcaInitializer.cs" />
332    <Compile Include="Nca\Initialization\RandomInitializer.cs" />
333    <Compile Include="Nca\Matrix.cs" />
[9270]334    <Compile Include="Nca\ModelCreation\INcaModelCreator.cs" />
335    <Compile Include="Nca\ModelCreation\NcaModelCreator.cs" />
[8471]336    <Compile Include="Nca\NcaAlgorithm.cs" />
337    <Compile Include="Nca\NcaClassificationSolution.cs" />
[9270]338    <Compile Include="Nca\NcaGradientCalculator.cs" />
[8471]339    <Compile Include="Nca\NcaModel.cs" />
[9270]340    <Compile Include="Nca\SolutionCreation\INcaSolutionCreator.cs" />
341    <Compile Include="Nca\SolutionCreation\NcaSolutionCreator.cs" />
[6583]342    <Compile Include="NearestNeighbour\NearestNeighbourClassification.cs" />
343    <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" />
344    <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" />
345    <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" />
346    <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" />
[6580]347    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassification.cs" />
348    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassificationSolution.cs" />
349    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleModel.cs" />
350    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegressionSolution.cs" />
351    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegression.cs" />
[6579]352    <Compile Include="NeuralNetwork\NeuralNetworkClassification.cs" />
353    <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
[6577]354    <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
355    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
356    <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
[6866]357    <Compile Include="Plugin.cs" />
[3877]358    <Compile Include="Properties\AssemblyInfo.cs" />
[6241]359    <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
360    <Compile Include="RandomForest\RandomForestClassification.cs" />
361    <Compile Include="RandomForest\RandomForestModel.cs" />
[6240]362    <Compile Include="RandomForest\RandomForestRegression.cs" />
363    <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
[11317]364    <Compile Include="RandomForest\RandomForestUtil.cs" />
[5626]365    <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
366    <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
367    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
[5624]368    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs">
369      <SubType>Code</SubType>
370    </Compile>
371    <Compile Include="SupportVectorMachine\SupportVectorRegression.cs">
372      <SubType>Code</SubType>
373    </Compile>
374    <Compile Include="SupportVectorMachine\SupportVectorRegressionSolution.cs">
375      <SubType>Code</SubType>
376    </Compile>
[8798]377    <Compile Include="TimeSeries\AutoregressiveModeling.cs" />
[3877]378  </ItemGroup>
379  <ItemGroup>
380    <None Include="HeuristicLab.snk" />
[6866]381    <None Include="Plugin.cs.frame" />
382    <None Include="Properties\AssemblyInfo.cs.frame" />
[3877]383  </ItemGroup>
[4065]384  <ItemGroup>
385    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
386      <Visible>False</Visible>
387      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
388      <Install>false</Install>
389    </BootstrapperPackage>
390    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
391      <Visible>False</Visible>
392      <ProductName>.NET Framework 3.5 SP1</ProductName>
393      <Install>true</Install>
394    </BootstrapperPackage>
395    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
396      <Visible>False</Visible>
397      <ProductName>Windows Installer 3.1</ProductName>
398      <Install>true</Install>
399    </BootstrapperPackage>
400  </ItemGroup>
[3877]401  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
402  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
403       Other similar extension points exist, see Microsoft.Common.targets.
404  <Target Name="BeforeBuild">
405  </Target>
406  <Target Name="AfterBuild">
407  </Target>
408  -->
409  <PropertyGroup>
[8609]410    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[3877]411set ProjectDir=$(ProjectDir)
412set SolutionDir=$(SolutionDir)
413set Outdir=$(Outdir)
414
415call PreBuildEvent.cmd
[6866]416</PreBuildEvent>
[8609]417    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]418export ProjectDir=$(ProjectDir)
419export SolutionDir=$(SolutionDir)
420
421$SolutionDir/PreBuildEvent.sh
422</PreBuildEvent>
[3877]423  </PropertyGroup>
424</Project>
Note: See TracBrowser for help on using the repository browser.