|
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; }
<ObsoleteAttribute("A machine in compact form is simply a machine with a single support vector.")>
Public ReadOnly Property IsCompact As Boolean
Get
Request Example
View SourceProperty Value
Type:
BooleanSee Also