Click or drag to resize
Accord.NET (logo)

SupportVectorMachineTKernel, TInputIsCompact Property

Note: This API is now obsolete.

Obsolete.

Namespace:  Accord.MachineLearning.VectorMachines
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("A machine in compact form is simply a machine with a single support vector.")]
public bool IsCompact { get; }
Request Example View Source

Property Value

Type: Boolean
See Also