Update Home authored by Dean Samuel Schmitz's avatar Dean Samuel Schmitz
...@@ -59,9 +59,7 @@ To connect mlpack and SICStus prolog i used the c interface of SICStus which can ...@@ -59,9 +59,7 @@ To connect mlpack and SICStus prolog i used the c interface of SICStus which can
* '+' is the symbol for inupting a concret value from prolog to c/c++ * '+' is the symbol for inupting a concret value from prolog to c/c++
* '-' is the symbol for inputing a variable from prolog to c/c++ that then gets assigned a value in one c side, that then can be used on the prolog side. * '-' is the symbol for inputing a variable from prolog to c/c++ that then gets assigned a value in one c side, that then can be used on the prolog side.
* '\[-\]' * '\[-\]' is the symbol for an output value from c/c++ to prolog, in its function very similar to -.
is the symbol for an output value from c/c++ to prolog, in its function very similar to -.
## Data Types ## Data Types
... ...
......