rill-ml 1.5.1

RillML adaptive intelligence core library — lightweight, serializable online machine learning for native and edge applications.
Documentation
1
2
3
4
5
6
7
8
{
  "kind": "linearRegression",
  "weights": [
    0.5,
    -0.25
  ],
  "intercept": 1.0
}