From 8acb57a92cca9de6610b02070e3540965faa6cc4 Mon Sep 17 00:00:00 2001 From: Mateusz Sluszniak <56299341+msluszniak@users.noreply.github.com> Date: Sun, 16 Jun 2024 20:10:54 +0200 Subject: [PATCH] Update notebooks/manifold_learning.livemd --- notebooks/manifold_learning.livemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/manifold_learning.livemd b/notebooks/manifold_learning.livemd index 4ba5f6c8..4617b33d 100644 --- a/notebooks/manifold_learning.livemd +++ b/notebooks/manifold_learning.livemd @@ -65,7 +65,7 @@ We start with Trimap. It's a manifold learning algorithm that is based of neares {tensor_data, key} = Nx.Random.shuffle(Nx.Random.key(42), tensor_data) trimap_res = - Scholar.Manifold.Trimap.embed(tensor_data[[0..10000, ..]], + Scholar.Manifold.Trimap.transform(tensor_data[[0..10000, ..]], key: Nx.Random.key(55), num_components: 2, num_inliers: 12,