|
Precomputed Constructor (Double)
|
Constructs a new Precomputed Matrix Kernel.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic Precomputed(
double[][] matrix
)
Public Sub New (
matrix As Double()()
)
Request Example
View SourceParameters
- matrix
- Type: SystemDouble
See Also