C# Class Encog.MathUtil.LIBSVM.Solver

Show file Open project: encog/encog-silverlight-core Class Usage Examples

Private Methods

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