 | Float1DCorrelationCorrelate(FloatVector) Method |
Computes the correlation between the stored correlation kernel, and the vector data.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatVector Correlate(
FloatVector data
)
Public Function Correlate (
data As FloatVector
) As FloatVector
public:
FloatVector^ Correlate(
FloatVector^ data
)
member Correlate :
data : FloatVector -> FloatVector Parameters
- data FloatVector
- Data vector.
Return Value
FloatVectorCorrelation of the kernel and data.
Exceptions| Exception | Condition |
|---|
| InvalidArgumentException |
Thrown if the input data length does not match the length of this correlation instance.
|
See Also