Table of Contents

Class SSLMetricReport<T>

Namespace
AiDotNet.SelfSupervisedLearning.Evaluation
Assembly
AiDotNet.dll

Complete SSL metrics report.

public class SSLMetricReport<T>

Type Parameters

T
Inheritance
SSLMetricReport<T>
Inherited Members

Properties

Alignment

Alignment between positive pairs.

public T Alignment { get; set; }

Property Value

T

CollapseDetected

Whether representation collapse was detected.

public bool CollapseDetected { get; set; }

Property Value

bool

EffectiveRank1

Effective rank of first view representations.

public T EffectiveRank1 { get; set; }

Property Value

T

EffectiveRank2

Effective rank of second view representations.

public T EffectiveRank2 { get; set; }

Property Value

T

Std1

Standard deviation of first view representations.

public T Std1 { get; set; }

Property Value

T

Std2

Standard deviation of second view representations.

public T Std2 { get; set; }

Property Value

T

Uniformity1

Uniformity of first view representations.

public T Uniformity1 { get; set; }

Property Value

T

Uniformity2

Uniformity of second view representations.

public T Uniformity2 { get; set; }

Property Value

T