![]() |
Accord.MachineLearning.VectorMachines.Learning Namespace |
Class | Description | |
---|---|---|
![]() ![]() | AveragedStochasticGradientDescent |
Averaged Stochastic Gradient Descent (ASGD) for training linear support vector machines.
|
![]() ![]() | AveragedStochasticGradientDescent<TKernel> |
Averaged Stochastic Gradient Descent (ASGD) for training linear support vector machines.
|
![]() | AveragedStochasticGradientDescent<TKernel, TInput> |
Averaged Stochastic Gradient Descent (ASGD) for training linear support vector machines.
|
![]() ![]() | AveragedStochasticGradientDescent<TKernel, TInput, TLoss> |
Averaged Stochastic Gradient Descent (ASGD) for training linear support vector machines.
|
![]() | BaseAveragedStochasticGradientDescent<TModel, TKernel, TInput, TLoss> |
Base class for Averaged Stochastic Gradient Descent algorithm implementations.
|
![]() | BaseFanChenLinSupportVectorRegression<TModel, TKernel, TInput> |
Base class for Fan-Chen-Lin (LibSVM) regression algorithms.
|
![]() | BaseLinearCoordinateDescent<TModel, TKernel> |
Base class for linear coordinate descent learning algorithm.
|
![]() | BaseLinearDualCoordinateDescent<TModel, TKernel, TInput> |
Base class for Linear Dual Coordinate Descent.
|
![]() | BaseLinearNewtonMethod<TModel, TKernel> |
Base class for L2-regularized L2-loss linear support vector classification (primal).
|
![]() | BaseLinearNewtonMethod<TModel, TKernel, TInput> |
L2-regularized L2-loss linear support vector classification (primal).
|
![]() | BaseLinearRegressionCoordinateDescent<TModel, 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).
|
![]() | BaseLinearRegressionNewtonMethod<TModel, TKernel, TInput> |
Base class for newton method for linear regression learning algorithm.
|
![]() | BaseMulticlassSupportVectorLearning<TBinary, TKernel, TModel> |
Base class for multi-class support vector learning algorithms.
|
![]() | BaseMulticlassSupportVectorLearning<TInput, TBinary, TKernel, TModel> |
Base class for multi-class support vector learning algorithms.
|
![]() | BaseMultilabelSupportVectorLearning<TInput, TBinary, TKernel, TModel> |
Base class for multi-label support vector learning algorithms.
|
![]() | BaseOneclassSupportVectorLearning<TModel, TKernel, TInput> |
One-class Support Vector Machine Learning Algorithm.
|
![]() | BaseProbabilisticCoordinateDescent<TModel, TKernel, TInput> |
Base class for L1-regularized logistic regression (probabilistic SVM) learning algorithm (-s 6).
|
![]() | BaseProbabilisticDualCoordinateDescent<TModel, TKernel, TInput> |
Base class for L2-regularized logistic regression (probabilistic support
vector machine) learning algorithm in the dual form (-s 7).
|
![]() | BaseProbabilisticNewtonMethod<TModel, TKernel, TInput> |
Base class for probabilistic Newton Method learning.
|
![]() | BaseSequentialMinimalOptimization<TModel, TKernel, TInput> |
Base class for Sequential Minimal Optimization.
|
![]() | BaseSequentialMinimalOptimizationRegression<TModel, TKernel, TInput> |
Base class for Sequential Minimal Optimization for regression.
|
![]() | BaseStochasticGradientDescent<TModel, TKernel, TInput, TLoss> |
Base class for Averaged Stochastic Gradient Descent algorithm implementations.
|
![]() | BaseSupportVectorCalibration<TModel, TKernel, TInput> |
Base class for SupportVectorMachine calibration algorithms.
|
![]() | BaseSupportVectorClassification<TModel, TKernel, TInput> |
Base class for SupportVectorMachine learning algorithms.
|
![]() | BaseSupportVectorRegression<TModel, TKernel, TInput> |
Base class for SupportVectorMachine regression learning algorithms.
|
![]() | FanChenLinSupportVectorRegression |
Support vector regression using FanChenLinQuadraticOptimization (LibSVM) algorithm.
|
![]() | FanChenLinSupportVectorRegression<TKernel> |
Support vector regression using FanChenLinQuadraticOptimization (LibSVM) algorithm.
|
![]() | FanChenLinSupportVectorRegression<TKernel, TInput> |
Support vector regression using FanChenLinQuadraticOptimization (LibSVM) algorithm.
|
![]() | LeastSquaresLearning |
Least Squares SVM (LS-SVM) learning algorithm.
|
![]() | LeastSquaresLearning<TKernel, TInput> |
Least Squares SVM (LS-SVM) learning algorithm.
|
![]() | LeastSquaresLearningBase<TModel, 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).
|
![]() | LinearCoordinateDescent<TKernel> |
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).
|
![]() ![]() | LinearDualCoordinateDescent<TKernel> |
L2-regularized, L1 or L2-loss dual formulation
Support Vector Machine learning (-s 1 and -s 3).
|
![]() ![]() | LinearDualCoordinateDescent<TKernel, 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).
|
![]() | LinearNewtonMethod<TKernel, 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).
|
![]() | LinearRegressionCoordinateDescent<TKernel, 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).
|
![]() | LinearRegressionNewtonMethod<TKernel, 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
|
![]() ![]() | MulticlassSupportVectorLearning<TKernel> |
One-against-one Multi-class Support Vector Machine Learning Algorithm
|
![]() ![]() | MulticlassSupportVectorLearning<TKernel, TInput> |
One-against-one Multi-class Support Vector Machine Learning Algorithm
|
![]() | MultilabelSupportVectorLearning | Obsolete.
Obsolete.
|
![]() ![]() | MultilabelSupportVectorLearning<TKernel> |
One-against-all Multi-label Support Vector Machine Learning Algorithm
|
![]() ![]() | MultilabelSupportVectorLearning<TKernel, TInput> |
One-against-all Multi-label Support Vector Machine Learning Algorithm
|
![]() ![]() | OneclassSupportVectorLearning | Obsolete.
One-class Support Vector Machine learning algorithm.
|
![]() ![]() | OneclassSupportVectorLearning<TKernel> |
One-class Support Vector Machine learning algorithm.
|
![]() ![]() | OneclassSupportVectorLearning<TKernel, TInput> |
One-class Support Vector Machine learning algorithm.
|
![]() | ProbabilisticCoordinateDescent |
L1-regularized logistic regression (probabilistic SVM)
learning algorithm (-s 6).
|
![]() | ProbabilisticCoordinateDescent<TKernel, 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).
|
![]() | ProbabilisticDualCoordinateDescent<TKernel, 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.
|
![]() | ProbabilisticNewtonMethod<TKernel> |
L2-regularized L2-loss logistic regression (probabilistic
support vector machine) learning algorithm in the primal.
|
![]() | ProbabilisticNewtonMethod<TKernel, TInput> |
L2-regularized L2-loss logistic regression (probabilistic
support vector machine) learning algorithm in the primal.
|
![]() ![]() | ProbabilisticOutputCalibration |
Probabilistic Output Calibration for Linear machines.
|
![]() ![]() | ProbabilisticOutputCalibration<TKernel> |
Probabilistic Output Calibration for Kernel machines.
|
![]() ![]() | ProbabilisticOutputCalibration<TKernel, TInput> |
Probabilistic Output Calibration for structured Kernel machines.
|
![]() | ProbabilisticOutputCalibrationBase<TModel, TKernel, TInput> |
Probabilistic Output Calibration.
|
![]() ![]() | SequentialMinimalOptimization |
Sequential Minimal Optimization (SMO) Algorithm
|
![]() ![]() | SequentialMinimalOptimization<TKernel> |
Sequential Minimal Optimization (SMO) Algorithm.
|
![]() ![]() | SequentialMinimalOptimization<TKernel, 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.
|
![]() ![]() | SequentialMinimalOptimizationRegression<TKernel> |
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.
|
![]() ![]() | SequentialMinimalOptimizationRegression<TKernel, 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.
|
![]() ![]() | StochasticGradientDescent<TKernel> |
Stochastic Gradient Descent (SGD) for training linear support vector machines.
|
![]() ![]() | StochasticGradientDescent<TKernel, TInput> |
Stochastic Gradient Descent (SGD) for training linear support vector machines.
|
![]() ![]() | StochasticGradientDescent<TKernel, TInput, TLoss> |
Stochastic Gradient Descent (SGD) for training linear support vector machines.
|
![]() ![]() | SupportVectorReduction |
Exact support vector reduction through linear dependency elimination.
|
![]() ![]() | SupportVectorReduction<TKernel> |
Exact support vector reduction through linear dependency elimination.
|
![]() ![]() | SupportVectorReduction<TKernel, TInput> |
Exact support vector reduction through linear dependency elimination.
|
![]() ![]() | SupportVectorReductionBase<TModel, 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.
|
![]() | ISupportVectorMachineLearning<TInput> |
Common interface for Support Machine Vector learning algorithms.
|
![]() | ISupportVectorMachineLearning<TKernel, 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.
|