Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/19/17 15:09:04 (6 years ago)
Author:
mkommend
Message:

#2850: Changed name for tsnet to be more descriptive. Adapted StringConvertibleArrayView to automatically resize row headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/TSNEAlgorithm.cs

    r15545 r15548  
    3838namespace HeuristicLab.Algorithms.DataAnalysis {
    3939  /// <summary>
    40   /// t-distributed stochastic neighbourhood embedding (tSNE) projects the data in a low dimensional
     40  /// t-Distributed Stochastic Neighbor Embedding (tSNE) projects the data in a low dimensional
    4141  /// space to allow visual cluster identification.
    4242  /// </summary>
    43   [Item("tSNE", "t-distributed stochastic neighbourhood embedding projects the data in a low " +
     43  [Item("t-Distributed Stochastic Neighbor Embedding (tSNE)", "t-Distributed Stochastic Neighbor Embedding projects the data in a low " +
    4444                "dimensional space to allow visual cluster identification. Implemented similar to: https://lvdmaaten.github.io/tsne/#implementations (Barnes-Hut t-SNE). Described in : https://lvdmaaten.github.io/publications/papers/JMLR_2014.pdf")]
    4545  [Creatable(CreatableAttribute.Categories.DataAnalysis, Priority = 100)]
Note: See TracChangeset for help on using the changeset viewer.