![]() |
Accord.MachineLearning.VectorMachines.Learning Namespace |
Class | Description | |
---|---|---|
![]() ![]() | AveragedStochasticGradientDescent |
Averaged Stochastic Gradient Descent (ASGD) for training linear support vector machines.
|
![]() ![]() | AveragedStochasticGradientDescentTKernel |
Averaged Stochastic Gradient Descent (ASGD) for training linear support vector machines.
|
![]() | AveragedStochasticGradientDescentTKernel, TInput |
Averaged Stochastic Gradient Descent (ASGD) for training linear support vector machines.
|
![]() ![]() | AveragedStochasticGradientDescentTKernel, TInput, TLoss |
Averaged Stochastic Gradient Descent (ASGD) for training linear support vector machines.
|
![]() | BaseAveragedStochasticGradientDescentTModel, TKernel, TInput, TLoss |
Base class for Averaged Stochastic Gradient Descent algorithm implementations.
|
![]() | BaseFanChenLinSupportVectorRegressionTModel, TKernel, TInput |
Base class for Fan-Chen-Lin (LibSVM) regression algorithms.
|
![]() | BaseLinearCoordinateDescentTModel, TKernel |
Base class for linear coordinate descent learning algorithm.
|
![]() | BaseLinearDualCoordinateDescentTModel, TKernel, TInput |
Base class for Linear Dual Coordinate Descent.
|
![]() | BaseLinearNewtonMethodTModel, TKernel |
Base class for L2-regularized L2-loss linear support vector classification (primal).
|
![]() | BaseLinearNewtonMethodTModel, TKernel, TInput |
L2-regularized L2-loss linear support vector classification (primal).
|
![]() | BaseLinearRegressionCoordinateDescentTModel, TKernel, TInput |
Base class for Coordinate descent algorithm for the L1 or L2-loss linear Support
Vector Regression (epsilon-SVR) learning problem in the dual form (-s 12 and -s 13).
|
![]() | BaseLinearRegressionNewtonMethodTModel, TKernel, TInput |
Base class for newton method for linear regression learning algorithm.
|
![]() | BaseMulticlassSupportVectorLearningTBinary, TKernel, TModel |
Base class for multi-class support vector learning algorithms.
|
![]() | BaseMulticlassSupportVectorLearningTInput, TBinary, TKernel, TModel |
Base class for multi-class support vector learning algorithms.
|
![]() | BaseMultilabelSupportVectorLearningTInput, TBinary, TKernel, TModel |
Base class for multi-label support vector learning algorithms.
|
![]() | BaseOneclassSupportVectorLearningTModel, TKernel, TInput |
One-class Support Vector Machine Learning Algorithm.
|
![]() | BaseProbabilisticCoordinateDescentTModel, TKernel, TInput |
Base class for L1-regularized logistic regression (probabilistic SVM) learning algorithm (-s 6).
|
![]() | BaseProbabilisticDualCoordinateDescentTModel, TKernel, TInput |
Base class for L2-regularized logistic regression (probabilistic support
vector machine) learning algorithm in the dual form (-s 7).
|
![]() | BaseProbabilisticNewtonMethodTModel, TKernel, TInput |
Base class for probabilistic Newton Method learning.
|
![]() | BaseSequentialMinimalOptimizationTModel, TKernel, TInput |
Base class for Sequential Minimal Optimization.
|
![]() | BaseSequentialMinimalOptimizationRegressionTModel, TKernel, TInput |
Base class for Sequential Minimal Optimization for regression.
|
![]() | BaseStochasticGradientDescentTModel, TKernel, TInput, TLoss |
Base class for Averaged Stochastic Gradient Descent algorithm implementations.
|
![]() | BaseSupportVectorCalibrationTModel, TKernel, TInput |
Base class for SupportVectorMachine calibration algorithms.
|
![]() | BaseSupportVectorClassificationTModel, TKernel, TInput |
Base class for SupportVectorMachine learning algorithms.
|
![]() | BaseSupportVectorRegressionTModel, TKernel, TInput |
Base class for SupportVectorMachine regression learning algorithms.
|
![]() | FanChenLinSupportVectorRegression |
Support vector regression using FanChenLinQuadraticOptimization (LibSVM) algorithm.
|
![]() | FanChenLinSupportVectorRegressionTKernel |
Support vector regression using FanChenLinQuadraticOptimization (LibSVM) algorithm.
|
![]() | FanChenLinSupportVectorRegressionTKernel, TInput |
Support vector regression using FanChenLinQuadraticOptimization (LibSVM) algorithm.
|
![]() | LeastSquaresLearning |
Least Squares SVM (LS-SVM) learning algorithm.
|
![]() | LeastSquaresLearningTKernel, TInput |
Least Squares SVM (LS-SVM) learning algorithm.
|
![]() | LeastSquaresLearningBaseTModel, TKernel, TInput |
Base class for Least Squares SVM (LS-SVM) learning algorithm.
|
![]() | LinearCoordinateDescent |
L1-regularized L2-loss support vector
Support Vector Machine learning (-s 5).
|
![]() | LinearCoordinateDescentTKernel |
L1-regularized L2-loss support vector
Support Vector Machine learning (-s 5).
|
![]() ![]() | LinearDualCoordinateDescent |
L2-regularized, L1 or L2-loss dual formulation
Support Vector Machine learning (-s 1 and -s 3).
|
![]() ![]() | LinearDualCoordinateDescentTKernel |
L2-regularized, L1 or L2-loss dual formulation
Support Vector Machine learning (-s 1 and -s 3).
|
![]() ![]() | LinearDualCoordinateDescentTKernel, TInput |
L2-regularized, L1 or L2-loss dual formulation
Support Vector Machine learning (-s 1 and -s 3).
|
![]() | LinearNewtonMethod |
L2-regularized L2-loss linear support vector classification (primal).
|
![]() | LinearNewtonMethodTKernel, TInput |
L2-regularized L2-loss linear support vector classification (primal).
|
![]() | LinearRegressionCoordinateDescent |
Coordinate descent algorithm for the L1 or L2-loss linear Support
Vector Regression (epsilon-SVR) learning problem in the dual form
(-s 12 and -s 13).
|
![]() | LinearRegressionCoordinateDescentTKernel, TInput |
Coordinate descent algorithm for the L1 or L2-loss linear Support
Vector Regression (epsilon-SVR) learning problem in the dual form
(-s 12 and -s 13).
|
![]() | LinearRegressionNewtonMethod |
L2-regularized L2-loss linear support vector regression
(SVR) learning algorithm in the primal formulation (-s 11).
|
![]() | LinearRegressionNewtonMethodTKernel, TInput |
L2-regularized L2-loss linear support vector regression
(SVR) learning algorithm in the primal formulation (-s 11).
|
![]() ![]() | MulticlassSupportVectorLearning | Obsolete.
One-against-one Multi-class Support Vector Machine Learning Algorithm
|
![]() ![]() | MulticlassSupportVectorLearningTKernel |
One-against-one Multi-class Support Vector Machine Learning Algorithm
|
![]() ![]() | MulticlassSupportVectorLearningTKernel, TInput |
One-against-one Multi-class Support Vector Machine Learning Algorithm
|
![]() | MultilabelSupportVectorLearning | Obsolete.
Obsolete.
|
![]() ![]() | MultilabelSupportVectorLearningTKernel |
One-against-all Multi-label Support Vector Machine Learning Algorithm
|
![]() ![]() | MultilabelSupportVectorLearningTKernel, TInput |
One-against-all Multi-label Support Vector Machine Learning Algorithm
|
![]() ![]() | OneclassSupportVectorLearning | Obsolete.
One-class Support Vector Machine learning algorithm.
|
![]() ![]() | OneclassSupportVectorLearningTKernel |
One-class Support Vector Machine learning algorithm.
|
![]() ![]() | OneclassSupportVectorLearningTKernel, TInput |
One-class Support Vector Machine learning algorithm.
|
![]() | ProbabilisticCoordinateDescent |
L1-regularized logistic regression (probabilistic SVM)
learning algorithm (-s 6).
|
![]() | ProbabilisticCoordinateDescentTKernel, TInput |
L1-regularized logistic regression (probabilistic SVM)
learning algorithm (-s 6).
|
![]() | ProbabilisticDualCoordinateDescent |
L2-regularized logistic regression (probabilistic support
vector machine) learning algorithm in the dual form (-s 7).
|
![]() | ProbabilisticDualCoordinateDescentTKernel, TInput |
L2-regularized logistic regression (probabilistic support
vector machine) learning algorithm in the dual form (-s 7).
|
![]() | ProbabilisticNewtonMethod |
L2-regularized L2-loss logistic regression (probabilistic
support vector machine) learning algorithm in the primal.
|
![]() | ProbabilisticNewtonMethodTKernel |
L2-regularized L2-loss logistic regression (probabilistic
support vector machine) learning algorithm in the primal.
|
![]() | ProbabilisticNewtonMethodTKernel, TInput |
L2-regularized L2-loss logistic regression (probabilistic
support vector machine) learning algorithm in the primal.
|
![]() ![]() | ProbabilisticOutputCalibration |
Probabilistic Output Calibration for Linear machines.
|
![]() ![]() | ProbabilisticOutputCalibrationTKernel |
Probabilistic Output Calibration for Kernel machines.
|
![]() ![]() | ProbabilisticOutputCalibrationTKernel, TInput |
Probabilistic Output Calibration for structured Kernel machines.
|
![]() | ProbabilisticOutputCalibrationBaseTModel, TKernel, TInput |
Probabilistic Output Calibration.
|
![]() ![]() | SequentialMinimalOptimization |
Sequential Minimal Optimization (SMO) Algorithm
|
![]() ![]() | SequentialMinimalOptimizationTKernel |
Sequential Minimal Optimization (SMO) Algorithm.
|
![]() ![]() | SequentialMinimalOptimizationTKernel, TInput |
Sequential Minimal Optimization (SMO) Algorithm (for arbitrary data types).
|
![]() ![]() | SequentialMinimalOptimizationRegression |
Sequential Minimal Optimization (SMO) Algorithm for Regression. Warning:
this code is contained in a GPL assembly. Thus, if you link against this
assembly, you should comply with the GPL license.
|
![]() ![]() | SequentialMinimalOptimizationRegressionTKernel |
Sequential Minimal Optimization (SMO) Algorithm for Regression. Warning:
this code is contained in a GPL assembly. Thus, if you link against this
assembly, you should comply with the GPL license.
|
![]() ![]() | SequentialMinimalOptimizationRegressionTKernel, TInput |
Sequential Minimal Optimization (SMO) Algorithm for Regression. Warning:
this code is contained in a GPL assembly. Thus, if you link against this
assembly, you should comply with the GPL license.
|
![]() ![]() | StochasticGradientDescent |
Stochastic Gradient Descent (SGD) for training linear support vector machines.
|
![]() ![]() | StochasticGradientDescentTKernel |
Stochastic Gradient Descent (SGD) for training linear support vector machines.
|
![]() ![]() | StochasticGradientDescentTKernel, TInput |
Stochastic Gradient Descent (SGD) for training linear support vector machines.
|
![]() ![]() | StochasticGradientDescentTKernel, TInput, TLoss |
Stochastic Gradient Descent (SGD) for training linear support vector machines.
|
![]() ![]() | SupportVectorReduction |
Exact support vector reduction through linear dependency elimination.
|
![]() ![]() | SupportVectorReductionTKernel |
Exact support vector reduction through linear dependency elimination.
|
![]() ![]() | SupportVectorReductionTKernel, TInput |
Exact support vector reduction through linear dependency elimination.
|
![]() ![]() | SupportVectorReductionBaseTModel, TKernel, TInput |
Exact support vector reduction through linear dependency elimination.
|
Interface | Description | |
---|---|---|
![]() | ILinearSupportVectorMachineLearning |
Common interface for Support Machine Vector learning algorithms.
|
![]() | ISupportVectorMachineLearning |
Common interface for Support Machine Vector learning algorithms.
|
![]() | ISupportVectorMachineLearningTInput |
Common interface for Support Machine Vector learning algorithms.
|
![]() | ISupportVectorMachineLearningTKernel, TInput |
Common interface for Support Machine Vector learning algorithms.
|
Delegate | Description | |
---|---|---|
![]() | SupportVectorMachineLearningConfigurationFunction | Obsolete.
Obsolete.
|
Enumeration | Description | |
---|---|---|
![]() | Loss |
Different categories of loss functions that can be used to learn
support vector machines.
|
![]() | SelectionStrategy |
Gets the selection strategy to be used in SMO.
|