BaseBPNeiron

Undocumented in source.

Constructors

this
this(DerivativeFunction!T func)
Undocumented in source.

Members

Functions

activate
T activate(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
addError
void addError(T err)
Undocumented in source. Be warned that the author may not have intended to support it.
backpropagation
void backpropagation(T nu, T alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
correct
void correct(T nu, T alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
eliminateStagnation
void eliminateStagnation()
Undocumented in source. Be warned that the author may not have intended to support it.
resetError
void resetError()
Undocumented in source. Be warned that the author may not have intended to support it.
setLinks
void setLinks(BPLink!T[] lnks)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

bpLinks
BPLink!T[] bpLinks [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
links
Link!T[] links [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bp_links
BPLink!T[] bp_links;
Undocumented in source.
error
T error;
Undocumented in source.
func
DerivativeFunction!T func;
Undocumented in source.
link_scale
T link_scale;
Undocumented in source.

Meta