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

Method cols

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

Returns the number of columns stored in this matrix @return the number of columns stored in this matrix

()

Source from the content-addressed store, hash-verified

564 * @return the number of columns stored in this matrix
565 */
566 abstract public int cols();
567
568 /**
569 * Returns {@code true} if the matrix is sparse, {@code false} otherwise

Callers 15

testZeroOutMethod · 0.95
testEyeMethod · 0.95
testPascalMethod · 0.95
testZeroOutMethod · 0.95
testZeroOutMethod · 0.95
testChangeSizeMethod · 0.95
detMethod · 0.95

Calls

no outgoing calls

Tested by 11

testZeroOutMethod · 0.76
testEyeMethod · 0.76
testPascalMethod · 0.76
testZeroOutMethod · 0.76
testZeroOutMethod · 0.76
testChangeSizeMethod · 0.76