Overload List

  NameDescription
NaNSumOfSquaredErrors(DoubleVector)
Calculates the sum of squared errors (SSE) of the elements in the given data set, excluding NaN values.
NaNSumOfSquaredErrors(IDFColumn)
Calculates the sum of squared errors (SSE) of the elements in the given data set, excluding missing values.
NaNSumOfSquaredErrors(array<Double>[]()[])
Calculates the sum of squared errors (SSE) of the elements in the given data set, excluding NaN values.

See Also