Free cookie consent management tool by TermsFeed Policy Generator

Changeset 14862


Ignore:
Timestamp:
04/13/17 14:05:41 (7 years ago)
Author:
gkronber
Message:

#2700 copied tSNE from branch to trunk

Location:
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4
Files:
1 edited
6 copied

Legend:

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

    r14843 r14862  
    321321    </Compile>
    322322    <Compile Include="TimeSeries\AutoregressiveModeling.cs" />
     323    <Compile Include="TSNE\Distances\DistanceBase.cs" />
     324    <Compile Include="TSNE\Distances\EuclideanDistance.cs" />
     325    <Compile Include="TSNE\Distances\IndexedItemDistance.cs" />
     326    <Compile Include="TSNE\Distances\InnerProductDistance.cs" />
     327    <Compile Include="TSNE\Interfaces\IDistance.cs" />
     328    <Compile Include="TSNE\Interfaces\ISpacePartitioningTree.cs" />
     329    <Compile Include="TSNE\Interfaces\IVantagePointTree.cs" />
     330    <Compile Include="TSNE\PriorityQueue.cs" />
     331    <Compile Include="TSNE\SpacePartitioningTree.cs" />
     332    <Compile Include="TSNE\TSNEAlgorithm.cs" />
     333    <Compile Include="TSNE\TSNEStatic.cs" />
     334    <Compile Include="TSNE\TSNEUtils.cs" />
     335    <Compile Include="TSNE\VantagePointTree.cs" />
    323336  </ItemGroup>
    324337  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.