MyMediaLite
SparseBooleanMatrix.RemoveColumn Method (int[])
Syntax
Collapse All
Removes several columns, and fills the gap by decrementing all occurrences of higher column IDs.
Declaring type:
SparseBooleanMatrix
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public void RemoveColumn ( int[]
delete_columns
)
Parameters
delete_columns
an array with column IDs
Top
Generated by
ImmDoc .NET
.