|
BaseOneclassSupportVectorLearningTModel, TKernel, TInput Constructor (TModel)
|
Constructs a new one-class support vector learning algorithm.
Namespace:
Accord.MachineLearning.VectorMachines.Learning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public BaseOneclassSupportVectorLearning(
TModel machine
)
Public Sub New (
machine As TModel
)
Request Example
View SourceParameters
- machine
- Type: TModel
A support vector machine.
See Also