You are here: Start » AVL.NET » AVL.SVM_Init(float?, float, float, float, bool, AvlNet.SvmModel)
AVL.SVM_Init(float?, float, float, float, bool, AvlNet.SvmModel)
Initializes SVM model
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SVM_Init( float? inKernelGamma, float inKernelGammaScale, float inRegularizationConstant, float inStoppingEpsilon, bool inUseShrinkingHeuristics, out AvlNet.SvmModel outSvmModel )
Parameters
- inKernelGamma
- Type: System.Nullable<System.Single>
Gamma parameter for Rbf kernel, or null. - inKernelGammaScale
- Type: System.Single
Gamma parameter scale - inRegularizationConstant
- Type: System.Single
Preventing overfitting - inStoppingEpsilon
- Type: System.Single
Epsilon for stopping criterium - inUseShrinkingHeuristics
- Type: System.Boolean
May speed up computations - outSvmModel
- Type: AvlNet.SvmModel
Output model
