Computes the correlation between the stored correlation kernel, and the vector data.
Namespace:
CenterSpace.NMath.CoreAssembly: 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
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.InvalidArgumentException | Thrown if the input data length does not match the length of this correlation instance. |