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

Method n_features

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

the maximum number of features of instances

Source from the content-addressed store, hash-verified

44
45 ///the maximum number of features of instances
46 size_t n_features() const { return n_features_; }
47
48 ///the number of non-zero features of all instances
49 size_t nnz() const {return nnz_;};//number of nonzero

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected