Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of Ticket #2850, comment 10


Ignore:
Timestamp:
11/24/17 16:13:38 (6 years ago)
Author:
mkommend
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2850, comment 10

    v2 v3  
    1 r1485 fixed comment in TSNEAlgorithm; changed private methods in TSNEAlgorithm from T[] to IReadOnlyList<T>
     1r15485 fixed comment in TSNEAlgorithm; changed private methods in TSNEAlgorithm from T[] to IReadOnlyList<T>
    22
    33Note regarding the need for jagged arrays in TSNEAlgorithm: TSNEStatic<T> takes T[] as data because this way the static interface can be used to embed arbitrary data types (double arrays, strings, custom types) as long as a corresponding IDistance<T> exists, a feature I would like to preserve.