Free cookie consent management tool by TermsFeed Policy Generator

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


Ignore:
Timestamp:
11/22/17 13:33:49 (6 years ago)
Author:
bwerth
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2850, comment 10

    v1 v2  
    11r1485 fixed comment in TSNEAlgorithm; changed private methods in TSNEAlgorithm from T[] to IReadOnlyList<T>
    22
    3 Note regarding the need for jagged arrays in TSNEAlgorithm: TSNEStatic<T> is 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.   
     3Note 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.