- addErrorsToOutput
void addErrorsToOutput(T[] errors)
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.
- calcErrorSum
auto calcErrorSum(T[] errors)
Undocumented in source. Be warned that the author may not have intended to support it.
- calcErrors
auto calcErrors(T[] standard)
Undocumented in source. Be warned that the author may not have intended to support it.
- copyResult
void copyResult()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMaxLinkDeltaWeight
T getMaxLinkDeltaWeight()
Undocumented in source. Be warned that the author may not have intended to support it.
- learn
T learn(T[] src, T[] standard, uint steps)
Undocumented in source. Be warned that the author may not have intended to support it.
- prepareInput
void prepareInput(T[] src)
Undocumented in source. Be warned that the author may not have intended to support it.
- process
T[] process(T[] src)
Undocumented in source. Be warned that the author may not have intended to support it.
- processForEachLayer
void processForEachLayer()
Undocumented in source. Be warned that the author may not have intended to support it.
- setStructure
void setStructure(NetStructure!T structure)
Undocumented in source.
- alpha
T alpha [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- alpha
T alpha [@property setter]
Undocumented in source.
- currentNu
T currentNu [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- input
ValueNeiron!T[] input [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- lastResult
const(T)[] lastResult [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- layers
BPLayer!T[] layers [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- nu
T nu [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- nu
T nu [@property setter]
Undocumented in source.
- output
BPNeiron!T[] output [@property getter]
- _alpha
T _alpha;
Undocumented in source. Be warned that the author may not have intended to support it.