| Did you know ... | Search Documentation: |
| Pack logistic_regression -- prolog/logistic_regression.pl |
?- example_log_r(100,Coeff).
it should return [1,2,3]
x_1(1),x_2(1),...,1],
[x_1(2),x_2(2),...,1],
...
[x_1(N),x_2(N),...,1]]
and Y is
Y=[y(1),y(2),...,y(N)]The following predicates are exported, but not or incorrectly documented.