summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Numeric/CODA/PCA.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Numeric/CODA/PCA.hs b/Numeric/CODA/PCA.hs
index 903a166..2ddccd7 100644
--- a/Numeric/CODA/PCA.hs
+++ b/Numeric/CODA/PCA.hs
@@ -35,7 +35,7 @@ data PCA = PCA
}
deriving (Show)
-C.include "<../../../pca.h>"
+C.include "../../pca.h"
-- | Decomposes a non-negative matrix into the specified number components on the CoDA simplex
-- via Bregman divergences