C# 클래스 LibSvm.SvmTypeExtensions

파일 보기 프로젝트 열기: antlypls/LibSvmSharp

공개 메소드들

메소드 설명
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