Free cookie consent management tool by TermsFeed Policy Generator

source: branches/M5Regression/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj @ 15967

Last change on this file since 15967 was 15967, checked in by bwerth, 6 years ago

#2847 added logistic dampening and some minor changes

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