C# Class LibSvm.SvmTypeExtensions

Afficher le fichier Open project: antlypls/LibSvmSharp

Méthodes publiques

Méthode Description
IsNuSVC ( this svmType ) : bool
IsOneClass ( this svmType ) : bool
IsSVC ( this svmType ) : bool
IsSVR ( this svmType ) : bool
IsSVROrOneClass ( this svmType ) : bool
UseCParameter ( this svmType ) : bool
UseNuParameter ( this svmType ) : bool
UsePParameter ( this svmType ) : bool

Method Details

IsNuSVC() public static méthode

public static IsNuSVC ( this svmType ) : bool
svmType this
Résultat bool

IsOneClass() public static méthode

public static IsOneClass ( this svmType ) : bool
svmType this
Résultat bool

IsSVC() public static méthode

public static IsSVC ( this svmType ) : bool
svmType this
Résultat bool

IsSVR() public static méthode

public static IsSVR ( this svmType ) : bool
svmType this
Résultat bool

IsSVROrOneClass() public static méthode

public static IsSVROrOneClass ( this svmType ) : bool
svmType this
Résultat bool

UseCParameter() public static méthode

public static UseCParameter ( this svmType ) : bool
svmType this
Résultat bool

UseNuParameter() public static méthode

public static UseNuParameter ( this svmType ) : bool
svmType this
Résultat bool

UsePParameter() public static méthode

public static UsePParameter ( this svmType ) : bool
svmType this
Résultat bool