|
TensorT Constructor
|
Constructs a new additive kernel.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public Tensor(
params T[] kernels
)
Public Sub New (
ParamArray kernels As T()
)
Request Example
View SourceParameters
- kernels
- Type: T
Kernels to combine.
See Also