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

Method n_instances

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

the number of instances in KernelMatrix

Source from the content-addressed store, hash-verified

41
42 ///the number of instances in KernelMatrix
43 size_t n_instances() const { return n_instances_; };
44
45 ///the maximum number of features of instances
46 size_t n_features() const { return n_features_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected