Free cookie consent management tool by TermsFeed Policy Generator

source: branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj @ 14518

Last change on this file since 14518 was 14518, checked in by bwerth, 7 years ago

#2700 TSNEAnalysis is now a BasicAlg, hid some Parameters, added optional data normalization to make TSNE scaling-invariant

File size: 27.4 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>
[14413]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>
[14413]51    <LangVersion>5</LangVersion>
[3877]52  </PropertyGroup>
53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54    <DebugType>pdbonly</DebugType>
55    <Optimize>true</Optimize>
[6866]56    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3877]57    <DefineConstants>TRACE</DefineConstants>
58    <ErrorReport>prompt</ErrorReport>
59    <WarningLevel>4</WarningLevel>
[6866]60    <DocumentationFile>
61    </DocumentationFile>
[4065]62    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]63    <Prefer32Bit>false</Prefer32Bit>
[3877]64  </PropertyGroup>
65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
66    <DebugSymbols>true</DebugSymbols>
[6866]67    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3877]68    <DefineConstants>DEBUG;TRACE</DefineConstants>
69    <DebugType>full</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
[4065]72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]73    <Prefer32Bit>false</Prefer32Bit>
[3877]74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]76    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3877]77    <DefineConstants>TRACE</DefineConstants>
[6866]78    <DocumentationFile>
79    </DocumentationFile>
[3877]80    <Optimize>true</Optimize>
81    <DebugType>pdbonly</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
[4065]84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]85    <Prefer32Bit>false</Prefer32Bit>
[3877]86  </PropertyGroup>
87  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
88    <DebugSymbols>true</DebugSymbols>
[6866]89    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3877]90    <DefineConstants>DEBUG;TRACE</DefineConstants>
91    <DebugType>full</DebugType>
92    <PlatformTarget>x64</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
[4065]94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]95    <Prefer32Bit>false</Prefer32Bit>
[3877]96  </PropertyGroup>
97  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]98    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3877]99    <DefineConstants>TRACE</DefineConstants>
[6866]100    <DocumentationFile>
101    </DocumentationFile>
[3877]102    <Optimize>true</Optimize>
103    <DebugType>pdbonly</DebugType>
104    <PlatformTarget>x64</PlatformTarget>
105    <ErrorReport>prompt</ErrorReport>
[4065]106    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]107    <Prefer32Bit>false</Prefer32Bit>
[3877]108  </PropertyGroup>
109  <ItemGroup>
[12817]110    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
111      <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
[7021]112      <Private>False</Private>
[6866]113    </Reference>
[14413]114    <Reference Include="HeuristicLab.Algorithms.GradientDescent-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
115      <SpecificVersion>False</SpecificVersion>
116      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GradientDescent-3.3.dll</HintPath>
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\sources\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
123      <SpecificVersion>False</SpecificVersion>
124      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
125    </Reference>
126    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
127      <SpecificVersion>False</SpecificVersion>
128      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
129    </Reference>
130    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
131      <SpecificVersion>False</SpecificVersion>
132      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
135      <SpecificVersion>False</SpecificVersion>
136      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
137    </Reference>
138    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
139      <SpecificVersion>False</SpecificVersion>
140      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
141    </Reference>
142    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
143      <SpecificVersion>False</SpecificVersion>
144      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
145    </Reference>
146    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
147      <SpecificVersion>False</SpecificVersion>
148      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
149    </Reference>
150    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
151      <SpecificVersion>False</SpecificVersion>
152      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
153    </Reference>
154    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
155      <SpecificVersion>False</SpecificVersion>
156      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
157    </Reference>
158    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
159      <SpecificVersion>False</SpecificVersion>
160      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
161    </Reference>
162    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
163      <SpecificVersion>False</SpecificVersion>
164      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
165    </Reference>
166    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
167      <SpecificVersion>False</SpecificVersion>
168      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
169    </Reference>
170    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
171      <SpecificVersion>False</SpecificVersion>
172      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
173    </Reference>
174    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
175      <SpecificVersion>False</SpecificVersion>
176      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
177    </Reference>
178    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
179      <SpecificVersion>False</SpecificVersion>
180      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
181    </Reference>
182    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
183      <SpecificVersion>False</SpecificVersion>
184      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
185    </Reference>
186    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
187      <SpecificVersion>False</SpecificVersion>
188      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
189    </Reference>
190    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
191      <SpecificVersion>False</SpecificVersion>
192      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>
193    </Reference>
194    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
195      <SpecificVersion>False</SpecificVersion>
196      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
197    </Reference>
198    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
199      <SpecificVersion>False</SpecificVersion>
200      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
201    </Reference>
202    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
203      <SpecificVersion>False</SpecificVersion>
204      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
205    </Reference>
[8609]206    <Reference Include="LibSVM-3.12, Version=3.12.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
207      <HintPath>..\..\bin\LibSVM-3.12.dll</HintPath>
[7021]208      <Private>False</Private>
[6866]209    </Reference>
[3877]210    <Reference Include="System" />
211    <Reference Include="System.Core">
212      <RequiredTargetFramework>3.5</RequiredTargetFramework>
213    </Reference>
[4569]214    <Reference Include="System.Drawing" />
[3877]215  </ItemGroup>
216  <ItemGroup>
[13100]217    <Compile Include="BaselineClassifiers\OneR.cs" />
218    <Compile Include="BaselineClassifiers\OneRClassificationModel.cs" />
219    <Compile Include="BaselineClassifiers\OneRClassificationSolution.cs" />
220    <Compile Include="BaselineClassifiers\ZeroR.cs" />
[5617]221    <Compile Include="CrossValidation.cs">
222      <SubType>Code</SubType>
223    </Compile>
224    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
[10480]225    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSpectralMixture.cs" />
[9534]226    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePiecewisePolynomial.cs" />
[9359]227    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNeuralNetwork.cs" />
[9515]228    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePolynomial.cs" />
[9096]229    <Compile Include="GaussianProcess\GaussianProcessBase.cs" />
[8982]230    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceConst.cs">
231      <SubType>Code</SubType>
232    </Compile>
233    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinear.cs">
234      <SubType>Code</SubType>
235    </Compile>
236    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinearArd.cs">
237      <SubType>Code</SubType>
238    </Compile>
239    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMask.cs">
240      <SubType>Code</SubType>
241    </Compile>
242    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMaternIso.cs">
243      <SubType>Code</SubType>
244    </Compile>
245    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNoise.cs">
246      <SubType>Code</SubType>
247    </Compile>
248    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePeriodic.cs">
249      <SubType>Code</SubType>
250    </Compile>
251    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceProduct.cs">
252      <SubType>Code</SubType>
253    </Compile>
254    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticArd.cs">
255      <SubType>Code</SubType>
256    </Compile>
257    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticIso.cs">
258      <SubType>Code</SubType>
259    </Compile>
260    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceScale.cs">
261      <SubType>Code</SubType>
262    </Compile>
263    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialArd.cs">
264      <SubType>Code</SubType>
265    </Compile>
[8929]266    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialIso.cs" />
[8982]267    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSum.cs">
268      <SubType>Code</SubType>
269    </Compile>
[8623]270    <Compile Include="GaussianProcess\GaussianProcessClassificationSolutionCreator.cs" />
271    <Compile Include="GaussianProcess\GaussianProcessClassificationModelCreator.cs" />
272    <Compile Include="GaussianProcess\GaussianProcessClassification.cs" />
[13120]273    <Compile Include="GaussianProcess\MeanFunctions\MeanModel.cs" />
[8929]274    <Compile Include="GaussianProcess\MeanFunctions\MeanConst.cs" />
275    <Compile Include="GaussianProcess\MeanFunctions\MeanLinear.cs" />
[8982]276    <Compile Include="GaussianProcess\MeanFunctions\MeanProduct.cs">
277      <SubType>Code</SubType>
278    </Compile>
279    <Compile Include="GaussianProcess\MeanFunctions\MeanSum.cs">
280      <SubType>Code</SubType>
281    </Compile>
[8929]282    <Compile Include="GaussianProcess\MeanFunctions\MeanZero.cs" />
[8396]283    <Compile Include="GaussianProcess\GaussianProcessHyperparameterInitializer.cs" />
[8375]284    <Compile Include="GaussianProcess\GaussianProcessRegressionSolutionCreator.cs" />
[8371]285    <Compile Include="GaussianProcess\GaussianProcessRegressionModelCreator.cs" />
286    <Compile Include="GaussianProcess\GaussianProcessModelCreator.cs">
287      <SubType>Code</SubType>
288    </Compile>
[12946]289    <Compile Include="GaussianProcess\GaussianProcessCovarianceOptimizationProblem.cs" />
[8323]290    <Compile Include="GaussianProcess\Util.cs" />
291    <Compile Include="GaussianProcess\IMeanFunction.cs" />
292    <Compile Include="GaussianProcess\GaussianProcessModel.cs" />
293    <Compile Include="GaussianProcess\GaussianProcessRegression.cs" />
294    <Compile Include="GaussianProcess\GaussianProcessRegressionSolution.cs" />
295    <Compile Include="GaussianProcess\ICovarianceFunction.cs" />
[13646]296    <Compile Include="GBM\GradientBoostingRegressionAlgorithm.cs" />
[13157]297    <Compile Include="GradientBoostedTrees\IGradientBoostedTreesModel.cs" />
[12868]298    <Compile Include="GradientBoostedTrees\GradientBoostedTreesModelSurrogate.cs" />
[12700]299    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithm.cs" />
300    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithmStatic.cs" />
301    <Compile Include="GradientBoostedTrees\GradientBoostedTreesModel.cs" />
302    <Compile Include="GradientBoostedTrees\LossFunctions\AbsoluteErrorLoss.cs" />
[13026]303    <Compile Include="GradientBoostedTrees\LossFunctions\QuantileRegressionLoss.cs" />
[12700]304    <Compile Include="GradientBoostedTrees\LossFunctions\ILossFunction.cs" />
305    <Compile Include="GradientBoostedTrees\LossFunctions\LogisticRegressionLoss.cs" />
306    <Compile Include="GradientBoostedTrees\LossFunctions\RelativeErrorLoss.cs" />
307    <Compile Include="GradientBoostedTrees\LossFunctions\SquaredErrorLoss.cs" />
[13157]308    <Compile Include="GradientBoostedTrees\GradientBoostedTreesSolution.cs" />
[12700]309    <Compile Include="GradientBoostedTrees\RegressionTreeBuilder.cs" />
310    <Compile Include="GradientBoostedTrees\RegressionTreeModel.cs" />
[9096]311    <Compile Include="Interfaces\IGaussianProcessClassificationModelCreator.cs" />
312    <Compile Include="Interfaces\IGaussianProcessRegressionModelCreator.cs" />
313    <Compile Include="Interfaces\IGaussianProcessModelCreator.cs" />
[8323]314    <Compile Include="Interfaces\IGaussianProcessModel.cs" />
315    <Compile Include="Interfaces\IGaussianProcessSolution.cs" />
[8471]316    <Compile Include="Interfaces\INcaClassificationSolution.cs" />
317    <Compile Include="Interfaces\INcaModel.cs" />
[6583]318    <Compile Include="Interfaces\INearestNeighbourClassificationSolution.cs" />
319    <Compile Include="Interfaces\INearestNeighbourRegressionSolution.cs" />
320    <Compile Include="Interfaces\INearestNeighbourModel.cs" />
[6580]321    <Compile Include="Interfaces\INeuralNetworkEnsembleClassificationSolution.cs" />
322    <Compile Include="Interfaces\INeuralNetworkEnsembleRegressionSolution.cs" />
323    <Compile Include="Interfaces\INeuralNetworkEnsembleModel.cs" />
[6579]324    <Compile Include="Interfaces\INeuralNetworkClassificationSolution.cs" />
[6577]325    <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
326    <Compile Include="Interfaces\INeuralNetworkModel.cs" />
[6241]327    <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
328    <Compile Include="Interfaces\IRandomForestModel.cs" />
[6240]329    <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
[5694]330    <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
331    <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
[5617]332    <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
[14512]333    <Compile Include="Interfaces\TSNEInterfaces\IKernelFunction.cs" />
[5651]334    <Compile Include="kMeans\KMeansClustering.cs" />
335    <Compile Include="kMeans\KMeansClusteringModel.cs" />
336    <Compile Include="kMeans\KMeansClusteringSolution.cs" />
[5658]337    <Compile Include="kMeans\KMeansClusteringUtil.cs">
[5617]338      <SubType>Code</SubType>
339    </Compile>
[5658]340    <Compile Include="Linear\AlglibUtil.cs" />
[8323]341    <Compile Include="Linear\Scaling.cs" />
[5658]342    <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
343    <Compile Include="Linear\LinearRegression.cs">
[5617]344      <SubType>Code</SubType>
345    </Compile>
[6567]346    <Compile Include="Linear\MultinomialLogitClassification.cs" />
[6576]347    <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
348    <Compile Include="Linear\MultinomialLogitModel.cs" />
[13645]349    <Compile Include="MctsSymbolicRegression\Automaton.cs" />
350    <Compile Include="MctsSymbolicRegression\CodeGenerator.cs" />
351    <Compile Include="MctsSymbolicRegression\ConstraintHandler.cs" />
352    <Compile Include="MctsSymbolicRegression\Disassembler.cs" />
353    <Compile Include="MctsSymbolicRegression\ExpressionEvaluator.cs" />
354    <Compile Include="MctsSymbolicRegression\MctsSymbolicRegressionAlgorithm.cs" />
355    <Compile Include="MctsSymbolicRegression\MctsSymbolicRegressionStatic.cs" />
356    <Compile Include="MctsSymbolicRegression\OpCodes.cs" />
[13658]357    <Compile Include="MctsSymbolicRegression\Policies\EpsGreedy.cs" />
358    <Compile Include="MctsSymbolicRegression\Policies\UcbTuned.cs" />
359    <Compile Include="MctsSymbolicRegression\Policies\IActionStatistics.cs" />
360    <Compile Include="MctsSymbolicRegression\Policies\IPolicy.cs" />
361    <Compile Include="MctsSymbolicRegression\Policies\PolicyBase.cs" />
362    <Compile Include="MctsSymbolicRegression\Policies\Ucb.cs" />
[13645]363    <Compile Include="MctsSymbolicRegression\SymbolicExpressionGenerator.cs" />
364    <Compile Include="MctsSymbolicRegression\Tree.cs" />
[8471]365    <Compile Include="Nca\Initialization\INcaInitializer.cs" />
366    <Compile Include="Nca\Initialization\LdaInitializer.cs" />
[9270]367    <Compile Include="Nca\Initialization\NcaInitializer.cs" />
[8471]368    <Compile Include="Nca\Initialization\PcaInitializer.cs" />
369    <Compile Include="Nca\Initialization\RandomInitializer.cs" />
370    <Compile Include="Nca\Matrix.cs" />
[9270]371    <Compile Include="Nca\ModelCreation\INcaModelCreator.cs" />
372    <Compile Include="Nca\ModelCreation\NcaModelCreator.cs" />
[8471]373    <Compile Include="Nca\NcaAlgorithm.cs" />
374    <Compile Include="Nca\NcaClassificationSolution.cs" />
[9270]375    <Compile Include="Nca\NcaGradientCalculator.cs" />
[8471]376    <Compile Include="Nca\NcaModel.cs" />
[9270]377    <Compile Include="Nca\SolutionCreation\INcaSolutionCreator.cs" />
378    <Compile Include="Nca\SolutionCreation\NcaSolutionCreator.cs" />
[6583]379    <Compile Include="NearestNeighbour\NearestNeighbourClassification.cs" />
380    <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" />
381    <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" />
382    <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" />
383    <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" />
[6580]384    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassification.cs" />
385    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassificationSolution.cs" />
386    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleModel.cs" />
387    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegressionSolution.cs" />
388    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegression.cs" />
[6579]389    <Compile Include="NeuralNetwork\NeuralNetworkClassification.cs" />
390    <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
[6577]391    <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
392    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
393    <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
[14024]394    <Compile Include="NonlinearRegression\NonlinearRegression.cs" />
[6866]395    <Compile Include="Plugin.cs" />
[3877]396    <Compile Include="Properties\AssemblyInfo.cs" />
[6241]397    <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
398    <Compile Include="RandomForest\RandomForestClassification.cs" />
399    <Compile Include="RandomForest\RandomForestModel.cs" />
[6240]400    <Compile Include="RandomForest\RandomForestRegression.cs" />
401    <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
[11317]402    <Compile Include="RandomForest\RandomForestUtil.cs" />
[5626]403    <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
404    <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
405    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
[5624]406    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs">
407      <SubType>Code</SubType>
408    </Compile>
409    <Compile Include="SupportVectorMachine\SupportVectorRegression.cs">
410      <SubType>Code</SubType>
411    </Compile>
412    <Compile Include="SupportVectorMachine\SupportVectorRegressionSolution.cs">
413      <SubType>Code</SubType>
414    </Compile>
[8798]415    <Compile Include="TimeSeries\AutoregressiveModeling.cs" />
[14413]416    <Compile Include="TSNE\Cell.cs" />
417    <Compile Include="TSNE\DataPoint.cs" />
[14512]418    <Compile Include="TSNE\Distances\FuctionalDistance.cs" />
[14413]419    <Compile Include="TSNE\Distances\DistanceBase.cs" />
420    <Compile Include="TSNE\Distances\DataPointDistance.cs" />
421    <Compile Include="TSNE\Distances\EuclidianDistance.cs" />
[14512]422    <Compile Include="Interfaces\TSNEInterfaces\IDistance.cs" />
423    <Compile Include="TSNE\Distances\InnerProductDistance.cs" />
[14413]424    <Compile Include="TSNE\TSNEAnalysis.cs" />
425    <Compile Include="TSNE\PriorityQueue.cs" />
426    <Compile Include="TSNE\SPtree.cs" />
427    <Compile Include="TSNE\TSNE.cs" />
[14512]428    <Compile Include="Interfaces\TSNEInterfaces\ICell.cs" />
429    <Compile Include="Interfaces\TSNEInterfaces\IDataPoint.cs" />
430    <Compile Include="Interfaces\TSNEInterfaces\IHeap.cs" />
431    <Compile Include="Interfaces\TSNEInterfaces\ISPTree.cs" />
432    <Compile Include="Interfaces\TSNEInterfaces\ITSNE.cs" />
433    <Compile Include="Interfaces\TSNEInterfaces\IVPTree.cs" />
[14413]434    <Compile Include="TSNE\TSNEUtils.cs" />
435    <Compile Include="TSNE\VPTree.cs" />
[3877]436  </ItemGroup>
437  <ItemGroup>
438    <None Include="HeuristicLab.snk" />
[6866]439    <None Include="Plugin.cs.frame" />
440    <None Include="Properties\AssemblyInfo.cs.frame" />
[3877]441  </ItemGroup>
[4065]442  <ItemGroup>
443    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
444      <Visible>False</Visible>
445      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
446      <Install>false</Install>
447    </BootstrapperPackage>
448    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
449      <Visible>False</Visible>
450      <ProductName>.NET Framework 3.5 SP1</ProductName>
451      <Install>true</Install>
452    </BootstrapperPackage>
453    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
454      <Visible>False</Visible>
455      <ProductName>Windows Installer 3.1</ProductName>
456      <Install>true</Install>
457    </BootstrapperPackage>
458  </ItemGroup>
[3877]459  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
460  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
461       Other similar extension points exist, see Microsoft.Common.targets.
462  <Target Name="BeforeBuild">
463  </Target>
464  <Target Name="AfterBuild">
465  </Target>
466  -->
467  <PropertyGroup>
[8609]468    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[3877]469set ProjectDir=$(ProjectDir)
470set SolutionDir=$(SolutionDir)
471set Outdir=$(Outdir)
472
473call PreBuildEvent.cmd
[6866]474</PreBuildEvent>
[8609]475    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]476export ProjectDir=$(ProjectDir)
477export SolutionDir=$(SolutionDir)
478
479$SolutionDir/PreBuildEvent.sh
480</PreBuildEvent>
[3877]481  </PropertyGroup>
482</Project>
Note: See TracBrowser for help on using the repository browser.