Let Emacs align apply-tbf as it wants.
This commit is contained in:
parent
47f7f70241
commit
0196ab5800
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@
|
||||||
;; The scalar product between the inputs and the weights.
|
;; The scalar product between the inputs and the weights.
|
||||||
(for/sum ([x (in-vector inputs)]
|
(for/sum ([x (in-vector inputs)]
|
||||||
[w (in-vector (tbf-w tbf))]) : Real
|
[w (in-vector (tbf-w tbf))]) : Real
|
||||||
(* x w))
|
(* x w))
|
||||||
(tbf-θ tbf))))
|
(tbf-θ tbf))))
|
||||||
|
|
||||||
(module+ test
|
(module+ test
|
||||||
|
|
Loading…
Reference in a new issue