ComputeLRTrainingStdThroughMkl Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class ComputeLRTrainingStdThroughMkl : Microsoft.ML.Trainers.ComputeLogisticRegressionStandardDeviation
type ComputeLRTrainingStdThroughMkl = class
inherit ComputeLogisticRegressionStandardDeviation
Public NotInheritable Class ComputeLRTrainingStdThroughMkl
Inherits ComputeLogisticRegressionStandardDeviation
- Inheritance
Constructors
ComputeLRTrainingStdThroughMkl() |
Methods
ComputeStandardDeviation(Double[], Int32[], Int32, Int32, IChannel, Single) |
Computes the standart deviation matrix of each of the non-zero training weights, needed to calculate further the standart deviation, p-value and z-Score. |