From e4bade156514885e4b10dc6974df4bd1bb2efabe Mon Sep 17 00:00:00 2001 From: VatkovAS Date: Wed, 12 Nov 2025 19:08:35 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'labworks/LW2/report.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labworks/LW2/report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labworks/LW2/report.md b/labworks/LW2/report.md index a0f96be..b38396b 100644 --- a/labworks/LW2/report.md +++ b/labworks/LW2/report.md @@ -143,7 +143,7 @@ data_test= np.loadtxt('data_test.txt', dtype=float) predicted_labels1, ire1 = lib.predict_ae(ae1_trained, data_test, IREth1) #тестирование АE2 -predicted_labels2, ire2 = lib.predict_ae(ae2_trained, data_test, IREth1) +predicted_labels2, ire2 = lib.predict_ae(ae2_trained, data_test, IREth2) #построение областей аппроксимации и точек тестового набора lib.plot2in1_anomaly(data, xx, yy, Z1, Z2, data_test)