public static class
SparseToDense.Options
Optional attributes for SparseToDense
Public Methods
SparseToDense.Options |
validateIndices(Boolean validateIndices)
|
Inherited Methods
Public Methods
public SparseToDense.Options validateIndices (Boolean validateIndices)
Parameters
validateIndices | If true, indices are checked to make sure they are sorted in lexicographic order and that there are no repeats. |
---|