From 97e1498130a72f0a081b42759fa386a7460bb75d Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Tue, 18 Mar 2014 15:59:19 -0400 Subject: remove FEAST from our source, as our changes went upstream --- FEAST/MIToolbox/h.m | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 FEAST/MIToolbox/h.m (limited to 'FEAST/MIToolbox/h.m') diff --git a/FEAST/MIToolbox/h.m b/FEAST/MIToolbox/h.m deleted file mode 100644 index 8fd8999..0000000 --- a/FEAST/MIToolbox/h.m +++ /dev/null @@ -1,13 +0,0 @@ -function output = h(X) -%function output = h(X) -%X can be a matrix which is converted into a joint variable before calculation -%expects variables to be column-wise -% -%returns the entropy of X, H(X) - -if (size(X,2)>1) - mergedVector = MIToolboxMex(3,X); -else - mergedVector = X; -end -[output] = MIToolboxMex(4,mergedVector); -- cgit v1.2.3