Computes the correlation between the stored correlation kernel, and the vector data.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public FloatVector Correlate(
	FloatVector data
)
Visual Basic (Declaration)
Public Function Correlate ( _
	data As FloatVector _
) As FloatVector
Visual C++
public:
FloatVector^ Correlate(
	FloatVector^ data
)

Parameters

data
Type: CenterSpace.NMath.Core..::.FloatVector
Data vector.

Return Value

Correlation of the kernel and data.

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentException Thrown if the input data length does not match the length of this correlation instance.

See Also