descore v1.0.4 (2014-11-02T14:23:15Z)
Dub
Repo
BaseNeiron
des
isys
neiro
neiron
Undocumented in source.
abstract
class
BaseNeiron : Neiron!T(
T
)
if
(
canSummate
!
T
) {
protected
T
value
;
T
activate
(T );
Link
!
T
[]
links
[@property getter];
this
(T initial);
T
output
[@property getter];
void
process
();
}
Constructors
this
this
(T initial)
Undocumented in source.
Members
Functions
activate
T
activate
(T )
Undocumented in source.
process
void
process
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
links
Link
!
T
[]
links
[@property getter]
Undocumented in source.
output
T
output
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
value
T
value
;
Undocumented in source.
Meta
Source
See Implementation
des
isys
neiro
neiron
classes
BaseNeiron
FakeNeiron
FunctionNeiron
ReferenceNeiron
ValueNeiron
WeightLink
interfaces
Link
Neiron