|
BaseProbabilisticDualCoordinateDescentTModel, TKernel, TInput Constructor (SupportVectorMachineTKernel, TInput, TInput, Int32)
|
Note: This API is now obsolete.
Obsolete.
Namespace:
Accord.MachineLearning.VectorMachines.Learning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please do not pass parameters in the constructor. Use the default constructor and the Learn method instead.")]
public BaseProbabilisticDualCoordinateDescent(
SupportVectorMachine<TKernel, TInput> model,
TInput[] input,
int[] output
)
<ObsoleteAttribute("Please do not pass parameters in the constructor. Use the default constructor and the Learn method instead.")>
Public Sub New (
model As SupportVectorMachine(Of TKernel, TInput),
input As TInput(),
output As Integer()
)
Request Example
View SourceParameters
- model
- Type: Accord.MachineLearning.VectorMachinesSupportVectorMachineTKernel, TInput
- input
- Type: TInput
- output
- Type: SystemInt32
See Also