Click or drag to resize
Accord.NET (logo)

MultilabelSupportVectorLearningCreate Method

Creates an instance of the model to be learned. Inheritors of this abstract class must define this method so new models can be created from the training data.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
protected override MultilabelSupportVectorMachine Create(
	int inputs,
	int classes,
	bool multilabel
)
Request Example View Source

Parameters

inputs
Type: SystemInt32
classes
Type: SystemInt32
multilabel
Type: SystemBoolean

Return Value

Type: MultilabelSupportVectorMachine
See Also