Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/16/20 12:34:45 (4 years ago)
Author:
pfleck
Message:

#3040 Added parser for new benchmark data but did not commit the data yet (too large)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3040_VectorBasedGP/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj

    r17364 r17401  
    2424    <WarningLevel>4</WarningLevel>
    2525    <Prefer32Bit>false</Prefer32Bit>
    26     <LangVersion>6</LangVersion>
     26    <LangVersion>7.0</LangVersion>
    2727  </PropertyGroup>
    2828  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3434    <WarningLevel>4</WarningLevel>
    3535    <Prefer32Bit>false</Prefer32Bit>
    36     <LangVersion>6</LangVersion>
     36    <LangVersion>7.0</LangVersion>
    3737  </PropertyGroup>
    3838  <PropertyGroup>
     
    134134    <Compile Include="Classification\ResourceClassificationDataDescriptor.cs" />
    135135    <Compile Include="Classification\ResourceClassificationInstanceProvider.cs" />
     136    <Compile Include="Classification\TimeSeries\TimeSeriesMultivariateInstanceProvider.cs" />
     137    <Compile Include="Classification\TimeSeries\TimeSeriesUnivariateInstanceProvider.cs" />
     138    <Compile Include="Classification\TimeSeries\TimeSeriesInstanceProvider.cs" />
     139    <Compile Include="Classification\TimeSeries\TimeSeriesDataDescriptor.cs" />
    136140    <Compile Include="Classification\UCI\WisconsinDiagnosticBreastCancer.cs" />
    137141    <Compile Include="Classification\UCI\Vertebral_3C.cs" />
     
    243247    <Compile Include="Regression\Various\SpatialCoevolution.cs" />
    244248    <Compile Include="Regression\Various\VariousInstanceProvider.cs" />
     249    <Compile Include="Regression\VectorData\AzzaliKorns5.cs" />
     250    <Compile Include="Regression\VectorData\AzzaliBenchmark3.cs" />
     251    <Compile Include="Regression\VectorData\AzzaliBenchmark2.cs" />
     252    <Compile Include="Regression\VectorData\AzzaliBenchmark1.cs" />
     253    <Compile Include="Regression\VectorData\RandomExtensions.cs" />
    245254    <Compile Include="Regression\VectorData\VariousInstanceProvider.cs" />
    246255    <Compile Include="Regression\VectorData\VectorDataTestOne.cs" />
     
    261270  <ItemGroup>
    262271    <EmbeddedResource Include="Classification\Data\UCI.zip" />
     272    <EmbeddedResource Include="Classification\Data\TimeSeriesMultivariate.zip" />
     273    <EmbeddedResource Include="Classification\Data\TimeSeriesUnivariate.zip" />
    263274    <None Include="HeuristicLab.snk" />
    264275    <None Include="Plugin.cs.frame" />
Note: See TracChangeset for help on using the changeset viewer.