descore v1.0.4 (2014-11-02T14:23:15Z)
Dub
Repo
RandomWeight
des
isys
neiro
layer
structure
Undocumented in source.
class
RandomWeight : NetWeight!T(
T
) {
import
des
.
isys
.
neiro
.
layer
.
rand
;
;
T
lim
;
T
gap
;
this
(T lim, T gap);
T
opIndex
(size_t layer, size_t input, size_t neiron);
}
Constructors
this
this
(T lim, T gap)
Undocumented in source.
Members
Functions
opIndex
T
opIndex
(size_t layer, size_t input, size_t neiron)
gap
T
gap
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
lim
T
lim
;
Undocumented in source.
Meta
Source
See Implementation
des
isys
neiro
layer
structure
classes
BPLayer
ConsistentlyAssociatedLayereNetStructure
RandomWeight
interfaces
NetStructure
NetWeight