#include <mexutils.h>
#include <vl/mathop.h>
#include <vl/aib.h>
#include <assert.h>
#include <string.h>
Go to the source code of this file.
Define Documentation
Enumeration Type Documentation
- Enumerator:
opt_cluster_null |
|
opt_verbose |
|
Definition at line 24 of file vl_aib.c.
Function Documentation
------------------------------------------------------------------
Null nodes are nodes with null probability and are not merged by AIB. It is convenient, however, to treat them as follows:
- we pretend that AIB merged those nodes at the very beginning into a single cluster (as they, after all, yield zero information drop).
- we attach this cluster to the root as the very last step (as we do not want to change other nodes.
Definition at line 52 of file vl_aib.c.
void mexFunction |
( |
int nout |
, |
|
|
mxArray * |
out[], |
|
|
int |
nin, |
|
|
const mxArray * |
in[] |
|
) |
| |
MEX entry point.
------------------------------------------------------------------
Definition at line 192 of file vl_aib.c.
Variable Documentation
Initial value:
Definition at line 30 of file vl_aib.c.