ComputeLRTrainingStdThroughMkl Class

Definition

public sealed class ComputeLRTrainingStdThroughMkl : Microsoft.ML.Trainers.ComputeLogisticRegressionStandardDeviation
type ComputeLRTrainingStdThroughMkl = class
    inherit ComputeLogisticRegressionStandardDeviation
Public NotInheritable Class ComputeLRTrainingStdThroughMkl
Inherits ComputeLogisticRegressionStandardDeviation
Inheritance
ComputeLRTrainingStdThroughMkl

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.

Applies to