C# Класс LibSvm.SvmTypeExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

IsNuSVC() публичный статический Метод

public static IsNuSVC ( this svmType ) : bool
svmType this
Результат bool

IsOneClass() публичный статический Метод

public static IsOneClass ( this svmType ) : bool
svmType this
Результат bool

IsSVC() публичный статический Метод

public static IsSVC ( this svmType ) : bool
svmType this
Результат bool

IsSVR() публичный статический Метод

public static IsSVR ( this svmType ) : bool
svmType this
Результат bool

IsSVROrOneClass() публичный статический Метод

public static IsSVROrOneClass ( this svmType ) : bool
svmType this
Результат bool

UseCParameter() публичный статический Метод

public static UseCParameter ( this svmType ) : bool
svmType this
Результат bool

UseNuParameter() публичный статический Метод

public static UseNuParameter ( this svmType ) : bool
svmType this
Результат bool

UsePParameter() публичный статический Метод

public static UsePParameter ( this svmType ) : bool
svmType this
Результат bool