more CLP(BN) fixes, add softening option when computing MLE estimators.

This commit is contained in:
Vitor Santos Costa
2008-10-31 15:11:27 +00:00
parent 61f35779a0
commit 4a2aa23c5b
9 changed files with 62 additions and 74 deletions

View File

@@ -82,7 +82,7 @@ typedef enum {
matrix_set_all_that_disagree/5,
matrix_expand/3,
matrix_select/4,
matrix_row/3
matrix_column/3
]).
:- load_foreign_files([matrix], [], init_matrix).