MyMediaLite
SparseBooleanMatrix.RemoveColumn Method (int)
Syntax
Collapse All
Removes a column, and fills the gap by decrementing all occurrences of higher column IDs by one.
Declaring type:
SparseBooleanMatrix
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public void RemoveColumn ( int
y
)
Parameters
y
the column ID
Top
Generated by
ImmDoc .NET
.