API Docs / Microsoft.VisualBasic.Data.Bootstrapping.Fittings 5.0.9753.4776 5.0.9762.11310
Microsoft.VisualBasic.Data.Bootstrapping.Fittings 5.0.9753.4776 .
Namespaces 7
Types 38
Members 196
01 Namespaces
Microsoft.VisualBasic.Data.Bootstrapping
Microsoft.VisualBasic.Data.Bootstrapping.GaussNewtonSolver
Type Summary
Members
FitFunction
A general curve function to fit
0
Microsoft.VisualBasic.Data.Bootstrapping.LASSO
Type Summary
Members
LassoFit
This class is a container for arrays and values that are computed during computation of a lasso fit.
15
LassoFitGenerator
This implemenation is based on: Friedman, J., Hastie, T.
10
MathUtil
Utility Math functions that are used by other classes.
5
Microsoft.VisualBasic.Data.Bootstrapping.LevenbergMarquardt
Type Summary
Members
JamaHelper
Created by duy on 31/1/15.
2
LmDatumError
LmDatumError is an interface for evaluating error, Jacobian matrix and Hessian matrix of a single piece of observed data
5
LmModelError
Created by duy on 20/1/15.
4
LmParamHandler
Created by duy on 18/3/15.
1
LmScalarModel
LmScalarModel is an interface for models (functions) whose ranges are single real-valued numbers
4
LmSolver
levenberg-marquardt A lightweight implementation of Levenberg-Marquardt algorithm ### Augmented normal equation (H + uI) * h = -g where: + H is the Hessian matrix…
9
LmSumError
Created by duy on 1/4/15.
4
LmSumSquaresError
Created by duy on 27/1/15.
4
Microsoft.VisualBasic.Data.Bootstrapping.LMA
Microsoft.VisualBasic.Data.Bootstrapping.Logistic
Type Summary
Members
Instance
classify training model
7
Logistic
This method uses Gradient descent algorithm.
6
Microsoft.VisualBasic.Data.Bootstrapping.Multivariate
Type Summary
Members
Error
多元线性回归在单个样本点上的拟合误差记录。(The fit error of a multiple linear regression at a single sample point.)
5
LinearFittingAlgorithm
多元线性回归拟合算法模块,提供拟合入口、特征曲线升维以及回归系数置信区间的计算。 (Multiple linear regression fitting algorithms: fit entry points, feature curve scaling, and confidence interval computation.)
6
MLRFit
Multiple linear regression.(多元线性回归) Problem of predicting appropriate values of given feature set as inputvector using supervised linear regression with multiple dimensional sa…
11
NormalEquation
1