Click or drag to resize
Accord.NET (logo)

MultivariateKernelRegressionTKernel Properties

The MultivariateKernelRegressionTKernel generic type exposes the following members.

Properties
  NameDescription
Public propertyBasisVectors
Gets or sets the original input data that is needed to compute the kernel (Gram) matrices for the regression.
Public propertyFeatureGrandMean
Gets or sets the grand mean of the data in feature space (to center samples).
Public propertyFeatureMeans
Gets or sets the means of the data in feature space (to center samples).
Public propertyIntercept Obsolete.
Gets or sets the intercept value for the regression.
Public propertyKernel
Gets or sets the kernel function.
Public propertyMeans
Gets or sets the mean values (to be subtracted from samples).
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyStandardDeviations
Gets or sets the standard deviations (to be divided from samples).
Public propertyWeights
Gets or sets the linear weights of the regression model. The intercept term is not stored in this vector, but is instead available through the Intercept property.
Top
See Also