|
TStudent Constructor
|
Constructs a new Generalized T-Student Kernel.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public TStudent(
int degree
)
Public Sub New (
degree As Integer
)
Request Example
View SourceParameters
- degree
- Type: SystemInt32
The kernel's degree.
See Also