MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / zeroOut

Method zeroOut

JSAT/src/jsat/linear/Matrix.java:838–838  ·  view source on GitHub ↗

Alters the current matrix so that all values are equal to zero.

()

Source from the content-addressed store, hash-verified

836 * Alters the current matrix so that all values are equal to zero.
837 */
838 abstract public void zeroOut();
839
840 /**
841 * Copes the values of this matrix into the other matrix of the same dimensions

Callers 7

testZeroOutMethod · 0.95
testZeroOutMethod · 0.95
testZeroOutMethod · 0.95
classifyMethod · 0.95
feedforwardMethod · 0.95
backpropagateErrorMethod · 0.95
optimizeMethod · 0.95

Calls

no outgoing calls

Tested by 3

testZeroOutMethod · 0.76
testZeroOutMethod · 0.76
testZeroOutMethod · 0.76