C# Class LibSvm.SvmTypeExtensions

ファイルを表示 Open project: antlypls/LibSvmSharp

Public Methods

Method 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 method

public static IsNuSVC ( this svmType ) : bool
svmType this
return bool

IsOneClass() public static method

public static IsOneClass ( this svmType ) : bool
svmType this
return bool

IsSVC() public static method

public static IsSVC ( this svmType ) : bool
svmType this
return bool

IsSVR() public static method

public static IsSVR ( this svmType ) : bool
svmType this
return bool

IsSVROrOneClass() public static method

public static IsSVROrOneClass ( this svmType ) : bool
svmType this
return bool

UseCParameter() public static method

public static UseCParameter ( this svmType ) : bool
svmType this
return bool

UseNuParameter() public static method

public static UseNuParameter ( this svmType ) : bool
svmType this
return bool

UsePParameter() public static method

public static UsePParameter ( this svmType ) : bool
svmType this
return bool