Click or drag to resize
Accord.NET (logo)

SupportVectorMachineTKernel, TInputInputs Property

Note: This API is now obsolete.

Gets the number of inputs accepted by this machine.

Namespace:  Accord.MachineLearning.VectorMachines
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use NumberOfInputs instead.")]
public int Inputs { get; }
Request Example View Source

Property Value

Type: Int32
Remarks
If the number of inputs is zero, this means the machine accepts a indefinite number of inputs. This is often the case for kernel vector machines using a sequence kernel.
See Also