the number of instances in KernelMatrix
| 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_; } |
nothing calls this directly
no outgoing calls
no test coverage detected