Click or drag to resize
Accord.NET (logo)

SupportVectorMachineFromLogisticRegression Method

Performs an explicit conversion from LogisticRegression to SupportVectorMachine.

Namespace:  Accord.MachineLearning.VectorMachines
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static SupportVectorMachine FromLogisticRegression(
	LogisticRegression regression
)
Request Example View Source

Parameters

regression
Type: Accord.Statistics.Models.RegressionLogisticRegression
The logistic regression to be converted.

Return Value

Type: SupportVectorMachine
The result of the conversion.
See Also