Jiaming Yuan c1786849e3
Use array interface for CSC matrix. (#8672)
* Use array interface for CSC matrix.

Use array interface for CSC matrix and align the interface with CSR and dense.

- Fix nthread issue in the R package DMatrix.
- Unify the behavior of handling `missing` with other inputs.
- Unify the behavior of handling `missing` around R, Python, Java, and Scala DMatrix.
- Expose `num_non_missing` to the JVM interface.
- Deprecate old CSR and CSC constructors.
2023-02-05 01:59:46 +08:00
..
2021-03-20 16:52:40 +08:00
2023-01-17 03:11:07 +08:00
2021-02-09 08:12:58 +08:00
2022-06-06 20:18:32 +08:00
2022-06-22 21:29:10 +08:00
2023-01-04 04:14:51 +08:00