From e1939456b5ed558f50838de16dd8a2932ff48917 Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Thu, 29 Jan 2015 15:33:06 +0100 Subject: [PATCH] Binded IVectorMachine --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e139cc..47aa925 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( "bob/learn/misc/cpp/IVectorMachine.cpp", "bob/learn/misc/cpp/KMeansMachine.cpp", "bob/learn/misc/cpp/LinearScoring.cpp", - #"bob/learn/misc/cpp/PLDAMachine.cpp", + "bob/learn/misc/cpp/PLDAMachine.cpp", #"bob/learn/misc/cpp/ZTNorm.cpp", "bob/learn/misc/cpp/FABase.cpp", -- GitLab