Click or drag to resize

NMathFunctionsNaNRemoveCols(DoubleMatrix) Method

Creates a copy of the matrix with only those columns that do not contain NaN values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleMatrix NaNRemoveCols(
	DoubleMatrix data
)

Parameters

data  DoubleMatrix
A matrix.

Return Value

DoubleMatrix
A copy without NaN values.
See Also