This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/shogun/preprocessor/PNorm.cpp b/src/shogun/preprocessor/PNorm.cpp | |
index 6158804..bdd28f0 100644 | |
--- a/src/shogun/preprocessor/PNorm.cpp | |
+++ b/src/shogun/preprocessor/PNorm.cpp | |
@@ -19,27 +19,27 @@ | |
using namespace shogun; | |
-CPNorm::CPNorm () | |
-: CDensePreprocessor<float64_t>(), |
NewerOlder