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

Method isSparse

JSAT/src/jsat/linear/Vec.java:619–619  ·  view source on GitHub ↗

Indicates whether or not this vector is optimized for sparce computation, meaning that most values in the vector are zero - and considered implicit. Only non-zero values are stored. @return true if the vector is sparce, false otherwise.

()

Source from the content-addressed store, hash-verified

617 * @return <tt>true</tt> if the vector is sparce, <tt>false</tt> otherwise.
618 */
619 abstract public boolean isSparse();
620
621 /**
622 * Copies the values of this Vector into another vector

Callers 15

checkDataSetMethod · 0.95
getSparsityStatsMethod · 0.95
changeSizeMethod · 0.95
multiplyTransposeMethod · 0.95
runMethod · 0.95
getThisSideMethod · 0.95
multiplyMethod · 0.95
minMethod · 0.95
maxMethod · 0.95
copyToMethod · 0.95
dotMethod · 0.95
pointToBytesMethod · 0.95

Calls

no outgoing calls

Tested by 4

checkDataSetMethod · 0.76
testIsSparseMethod · 0.36
testIsSparseMethod · 0.36
testIsSparseMethod · 0.36