Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15208


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

#2700 forgot to commit changes in .csproj -file

File:
1 edited

Legend:

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

    r15058 r15208  
    317317    <Compile Include="TSNE\Distances\DistanceBase.cs" />
    318318    <Compile Include="TSNE\Distances\EuclideanDistance.cs" />
    319     <Compile Include="TSNE\Distances\IndexedItemDistance.cs" />
     319    <Compile Include="TSNE\IndexedItemDistance.cs" />
    320320    <Compile Include="TSNE\Distances\InnerProductDistance.cs" />
    321321    <Compile Include="TSNE\Distances\ManhattanDistance.cs" />
    322     <Compile Include="TSNE\Interfaces\IDistance.cs" />
    323     <Compile Include="TSNE\Interfaces\ISpacePartitioningTree.cs" />
    324     <Compile Include="TSNE\Interfaces\IVantagePointTree.cs" />
     322    <Compile Include="TSNE\Distances\IDistance.cs" />
    325323    <Compile Include="TSNE\PriorityQueue.cs" />
    326324    <Compile Include="TSNE\SpacePartitioningTree.cs" />
Note: See TracChangeset for help on using the changeset viewer.