C# Class LibSvm.SolverNu

Inheritance: Solver
Afficher le fichier Open project: antlypls/LibSvmSharp Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
CalculateRho ( ) : double
DoShrinking ( ) : void
SelectWorkingSet ( int workingSet ) : int

Private Methods

Méthode Description
BeShrunk ( int i, double Gmax1, double Gmax2, double Gmax3, double Gmax4 ) : bool

Method Details

CalculateRho() protected méthode

protected CalculateRho ( ) : double
Résultat double

DoShrinking() protected méthode

protected DoShrinking ( ) : void
Résultat void

SelectWorkingSet() protected méthode

protected SelectWorkingSet ( int workingSet ) : int
workingSet int
Résultat int

Solve() public méthode

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
Résultat void