Click or drag to resize

NMathFunctionsNaNCount Method

Overload List
 NameDescription
Public methodStatic memberNaNCount(Double) Returns the number of elements in a data set, excluding NaN values.
Public methodStatic memberNaNCount(DoubleMatrix) Computes the NaN count of the matrix columns.
Public methodStatic memberNaNCount(DoubleVector) Calculates the number of a given vector's elements that are not equal to NaN.
Public methodStatic memberNaNCount(FloatMatrix) Computes the NaN count of the matrix columns.
Public methodStatic memberNaNCount(FloatVector) Calculates the number of a given vector's elements that are not equal to NaN.
Public methodStatic memberNaNCount(IDFColumn) Returns the number of elements in a data set, excluding missing values.
Top
See Also