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

Method zeroOut

JSAT/src/jsat/linear/DenseMatrix.java:618–623  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

616 }
617
618 @Override
619 public void zeroOut()
620 {
621 for(int i = 0; i < rows(); i++)
622 Arrays.fill(matrix[i], 0);
623 }
624
625 @Override
626 public Vec getRowView(int r)

Callers 2

classifyMethod · 0.95
transformMethod · 0.95

Calls 1

rowsMethod · 0.95

Tested by

no test coverage detected