Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/20/17 15:29:53 (6 years ago)
Author:
bwerth
Message:

#2850 worked on weighted tSNE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Weighted TSNE/3.4/TSNE/TSNEUtils.cs

    r15455 r15479  
    6666    /// <param name="comparer">comparer for list elemnts </param>
    6767    /// <returns></returns>
    68     internal static void NthElement<T>(this IList<T> list, int left, int right, int n, IComparer<T> comparer) {
     68    internal static void PartialSort<T>(this IList<T> list, int left, int right, int n, IComparer<T> comparer) {
    6969      while (true) {
    7070        if (left == right) return;
Note: See TracChangeset for help on using the changeset viewer.