Megosztás a következőn keresztül:


FairnessTrialResult Class

Definition

public class FairnessTrialResult : Microsoft.ML.AutoML.TrialResult
type FairnessTrialResult = class
    inherit TrialResult
Public Class FairnessTrialResult
Inherits TrialResult
Inheritance
FairnessTrialResult

Constructors

FairnessTrialResult()

Properties

DurationInMilliseconds (Inherited from TrialResult)
FairnessMetric
Loss

the loss for current trial, which is smaller the better. This value will be used to fit smart tuners in AutoMLExperiment.

(Inherited from TrialResult)
Metric

Evaluation result.

(Inherited from TrialResult)
Model (Inherited from TrialResult)
PeakCpu (Inherited from TrialResult)
PeakMemoryInMegaByte (Inherited from TrialResult)
TrialSettings (Inherited from TrialResult)

Methods

Equals(TrialResult, TrialResult) (Inherited from TrialResult)
GetHashCode(TrialResult)

compute hash code based on trial ID only.

(Inherited from TrialResult)

Applies to