the number of non-zero features of all instances
| 47 | |
| 48 | ///the number of non-zero features of all instances |
| 49 | size_t nnz() const {return nnz_;};//number of nonzero |
| 50 | private: |
| 51 | KernelMatrix &operator=(const KernelMatrix &) const; |
| 52 |
nothing calls this directly
no outgoing calls
no test coverage detected