Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/17 15:28:48 (7 years ago)
Author:
gkronber
Message:

#2700: more changes while reviewing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj

    r14785 r14787  
    331331    <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
    332332    <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
    333     <Compile Include="Interfaces\TSNEInterfaces\ICell.cs" />
    334     <Compile Include="Interfaces\TSNEInterfaces\IDataPoint.cs" />
    335333    <Compile Include="Interfaces\TSNEInterfaces\IDistance.cs" />
    336334    <Compile Include="Interfaces\TSNEInterfaces\ISpacePartitioningTree.cs" />
     
    418416    </Compile>
    419417    <Compile Include="TimeSeries\AutoregressiveModeling.cs" />
    420     <Compile Include="TSNE\Cell.cs" />
    421418    <Compile Include="TSNE\Distances\DistanceBase.cs" />
    422419    <Compile Include="TSNE\Distances\EuclideanDistance.cs" />
Note: See TracChangeset for help on using the changeset viewer.