protected static final class XGBoostUtils.SparseMatrixDimensions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
_nonZeroElementsCount |
protected long |
_rowHeadersCount |
| Constructor and Description |
|---|
SparseMatrixDimensions(long nonZeroElementsCount,
long rowIndicesCount)
Constructs an instance of
XGBoostUtils.SparseMatrixDimensions |
protected final long _nonZeroElementsCount
protected final long _rowHeadersCount
public SparseMatrixDimensions(long nonZeroElementsCount,
long rowIndicesCount)
XGBoostUtils.SparseMatrixDimensionsnonZeroElementsCount - Number of non-zero elements (number of elements in sparse matrix). Also
number of column indices.rowIndicesCount - Number of indices of elements rows begin with