C# Class LibSvm.SolverNu

Inheritance: Solver
Exibir arquivo Open project: antlypls/LibSvmSharp Class Usage Examples

Public Methods

Method Description
Solve ( int length, QMatrix Q, double p, sbyte y, double alpha, double Cp, double Cn, double eps, LibSvm.SolutionInfo si, bool shrinking ) : void

Protected Methods

Method Description
CalculateRho ( ) : double
DoShrinking ( ) : void
SelectWorkingSet ( int workingSet ) : int

Private Methods

Method Description
BeShrunk ( int i, double Gmax1, double Gmax2, double Gmax3, double Gmax4 ) : bool

Method Details

CalculateRho() protected method

protected CalculateRho ( ) : double
return double

DoShrinking() protected method

protected DoShrinking ( ) : void
return void

SelectWorkingSet() protected method

protected SelectWorkingSet ( int workingSet ) : int
workingSet int
return int

Solve() public method

public Solve ( int length, QMatrix Q, double p, sbyte y, double alpha, double Cp, double Cn, double eps, LibSvm.SolutionInfo si, bool shrinking ) : void
length int
Q QMatrix
p double
y sbyte
alpha double
Cp double
Cn double
eps double
si LibSvm.SolutionInfo
shrinking bool
return void