From 085ab310143e68dd3eb988125041921828929cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krsto=20Prorokovi=C4=87?= Date: Fri, 19 Jan 2024 15:57:39 +0100 Subject: [PATCH] Add new line. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: José Valim --- lib/scholar/neighbors/large_vis.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/scholar/neighbors/large_vis.ex b/lib/scholar/neighbors/large_vis.ex index 53449d03..da3ac1ed 100644 --- a/lib/scholar/neighbors/large_vis.ex +++ b/lib/scholar/neighbors/large_vis.ex @@ -55,6 +55,7 @@ defmodule Scholar.Neighbors.LargeVis do @doc """ Constructs the approximate k-NN graph with LargeVis. + Returns neighbor indices and distances. ## Examples