Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15209


Ignore:
Timestamp:
07/12/17 15:39:08 (7 years ago)
Author:
bwerth
Message:

#2700 fixed .cspropj

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj

    r15208 r15209  
    315315    </Compile>
    316316    <Compile Include="TimeSeries\AutoregressiveModeling.cs" />
     317    <Compile Include="TSNE\Distances\CosineDistance.cs" />
    317318    <Compile Include="TSNE\Distances\DistanceBase.cs" />
    318319    <Compile Include="TSNE\Distances\EuclideanDistance.cs" />
    319     <Compile Include="TSNE\IndexedItemDistance.cs" />
    320     <Compile Include="TSNE\Distances\InnerProductDistance.cs" />
     320    <Compile Include="TSNE\Distances\IndexedItemDistance.cs" />
    321321    <Compile Include="TSNE\Distances\ManhattanDistance.cs" />
    322322    <Compile Include="TSNE\Distances\IDistance.cs" />
Note: See TracChangeset for help on using the changeset viewer.