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

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

비공개 메소드들

메소드 설명
Solve ( int l, Kernel Q, double b_, sbyte y_, double alpha_, double Cp, double Cn, double eps, SolutionInfo si, int shrinking ) : void
calculate_rho ( ) : double
do_shrinking ( ) : void
get_C ( int i ) : double
is_free ( int i ) : bool
is_lower_bound ( int i ) : bool
is_upper_bound ( int i ) : bool
reconstruct_gradient ( ) : void
select_working_set ( int working_set ) : int
swap_index ( int i, int j ) : void
update_alpha_status ( int i ) : void