C# 클래스 Encog.MathUtil.LIBSVM.svm_parameter

상속: System.ICloneable
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
C double
cache_size double
coef0 double
degree double
eps double
gamma double
kernel_type int
nr_weight int
nu double
p double
probability int
shrinking int
svm_type int
weight double[]
weight_label int[]

공개 메소드들

메소드 설명
Clone ( ) : Object

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

프로퍼티 상세

C 공개적으로 프로퍼티

public double C
리턴 double

cache_size 공개적으로 프로퍼티

public double cache_size
리턴 double

coef0 공개적으로 프로퍼티

public double coef0
리턴 double

degree 공개적으로 프로퍼티

public double degree
리턴 double

eps 공개적으로 프로퍼티

public double eps
리턴 double

gamma 공개적으로 프로퍼티

public double gamma
리턴 double

kernel_type 공개적으로 프로퍼티

public int kernel_type
리턴 int

nr_weight 공개적으로 프로퍼티

public int nr_weight
리턴 int

nu 공개적으로 프로퍼티

public double nu
리턴 double

p 공개적으로 프로퍼티

public double p
리턴 double

probability 공개적으로 프로퍼티

public int probability
리턴 int

shrinking 공개적으로 프로퍼티

public int shrinking
리턴 int

svm_type 공개적으로 프로퍼티

public int svm_type
리턴 int

weight 공개적으로 프로퍼티

public double[] weight
리턴 double[]

weight_label 공개적으로 프로퍼티

public int[] weight_label
리턴 int[]