Skip to content

Commit 2f811f9

Browse files
authored
Fix docs for FFT TSNE (#6967)
Wrong description of approximation algorithm for TSNE Authors: - Jinsol Park (https://github.com/jinsolp) - Tim Head (https://github.com/betatim) Approvers: - Tim Head (https://github.com/betatim) - Victor Lafargue (https://github.com/viclafargue) URL: #6967
1 parent c7d59fa commit 2f811f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cpp/src/tsne/fft_tsne.cuh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ std::pair<value_t, value_t> min_max(const value_t* Y, const value_idx n, cudaStr
152152
}
153153

154154
/**
155-
* @brief Fast Dimensionality reduction via TSNE using the Barnes Hut O(NlogN) approximation.
155+
* @brief Fast Dimensionality reduction via TSNE using the fast Fourier transform interpolation
156+
* approximation.
156157
* @param[in] VAL: The values in the attractive forces COO matrix.
157158
* @param[in] COL: The column indices in the attractive forces COO matrix.
158159
* @param[in] ROW: The row indices in the attractive forces COO matrix.

0 commit comments

Comments
 (0)