MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / nnz

Method nnz

include/thundersvm/kernelmatrix.h:49–49  ·  view source on GitHub ↗

the number of non-zero features of all instances

Source from the content-addressed store, hash-verified

47
48 ///the number of non-zero features of all instances
49 size_t nnz() const {return nnz_;};//number of nonzero
50private:
51 KernelMatrix &operator=(const KernelMatrix &) const;
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected