Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/22/19 13:23:49 (4 years ago)
Author:
pfleck
Message:

#3040 Added explicit vector types to avoid type-missmatches when representing vectors as IList<T>, List<T> or IReadOnlyList<T>.

File:
1 edited

Legend:

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

    r16788 r17365  
    167167    <Compile Include="Implementation\Transformations\ShiftToRangeTransformation.cs" />
    168168    <Compile Include="Implementation\Transformations\Transformation.cs" />
     169    <Compile Include="Implementation\Vectors\DateTimeVector.cs" />
     170    <Compile Include="Implementation\Vectors\StringVector.cs" />
     171    <Compile Include="Implementation\Vectors\DoubleVector.cs" />
     172    <Compile Include="Implementation\Vectors\Vector.cs" />
    169173    <Compile Include="Interfaces\Classification\IClassificationEnsembleModel.cs">
    170174      <SubType>Code</SubType>
     
    179183    <Compile Include="Interfaces\ITransformation.cs" />
    180184    <Compile Include="Interfaces\ITransformationMapper.cs" />
     185    <Compile Include="Interfaces\IVector.cs" />
    181186    <Compile Include="Interfaces\Regression\IConfidenceRegressionModel.cs" />
    182187    <Compile Include="Interfaces\Regression\IConfidenceRegressionSolution.cs" />
Note: See TracChangeset for help on using the changeset viewer.