No BSD License
-
argmin(v)
ARGMIN Return as a subscript vector the location of the smallest element of a multidimensional array v.
-
best_first_elim_order(G, node...
BEST_FIRST_ELIM_ORDER Greedily search for an optimal elimination order.
-
cliques_to_jtree(cliques, ns)
MK_JTREE Make an optimal junction tree.
-
combination(subgraphs)
-
decomposition(graph)
-
discrete_ic_learn(data, domai...
-
discrete_ind_test(data, domai...
data = process_compress(oridata, domain);
-
discrete_rec_dag_learn(data, ...
-
discrete_rec_skeleton_learn(d...
learning an undirected graph
-
find_vstructure(dag)
-
gaussian_ic_learn(covariance,...
-
gaussian_ind_test(covariance,...
-
gaussian_rec_dag_learn(data, ...
-
gaussian_rec_dag_learn_with_l...
-
gaussian_rec_skeleton_learn(c...
learning an undirected graph from likelihood ratio test
-
gaussian_rec_skeleton_learn_w...
reduce data to sufficient statistics used in lasso
-
graph_to_jtree(MG, ns, partia...
GRAPH_TO_JTREE Triangulate a graph and make a junction tree from its cliques.
-
ind2subv(siz, ndx)
IND2SUBV Like the built-in ind2sub, but returns the answer as a row vector.
-
lasso(X, y, method, stop, use...
LARS The LARS algorithm for performing LAR or LASSO.
-
learn_mb(data, var, domain, a...
this function implement a forward backward algorithm for selecting the
-
minimum_spanning_tree(C1, C2)
% Find the minimum spanning tree using Prim's algorithm.
-
myownchildren(adj_mat, i, t)
CHILDREN Return the indices of a node's children in sorted order
-
myownintersect(setA, setB)
-
myownisvector(v)
-
myownneighbors(adj_mat, i)
NEIGHBORS Find the parents and children of a node in a graph.
-
myownsefdiff(setA, setB)
-
myownsize(M)
-
myownsubset(A, B)
-
myownunion(setA, setB)
-
process_compress(data, domain...
use this function only when sample size is large and number of variable is
-
reachability_graph(G)
-
septree_cond_ind(index, cliqu...
-
setdiag(M, v)
SETDIAG Set the diagonal of a matrix to a specified scalar/vector.
-
subtree(tree, i, j)
-
topological_sort(A)
TOPOLOGICAL_SORT Return the nodes in topological order (parents before children).
-
triangulate(G, order)
-
View all files
A Recursive method to learn Bayesian network
by Xianchao Xie
11 Jul 2008
(Updated 14 Jul 2008)
A method to learn Bayesian network from data.
|
Watch this File
|
| File Information |
| Description |
Now written completely by m file, no need for compilation. |
| Required Products |
Statistics Toolbox
|
| MATLAB release |
MATLAB 7.4 (R2007a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (2) |
| 03 Aug 2008 |
Scott Miller
|
|
|
| 30 Oct 2011 |
Beatriz Barros
|
|
|
|
Contact us at files@mathworks.com