Returns a new matrix that has the rows or columns that contain missing values removed.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Matrix<T> RemoveWithMissingValues(
DimensionType dimension
)
Public Function RemoveWithMissingValues (
dimension As DimensionType
) As Matrix(Of T)
public:
Matrix<T>^ RemoveWithMissingValues(
DimensionType dimension
)
member RemoveWithMissingValues :
dimension : DimensionType -> Matrix<'T>
Parameters
- dimension
- Type: Extreme.MathematicsDimensionType
Return Value
Type:
MatrixT
Numerical Libraries
Supported in: 6.0
Reference