Show / Hide Table of Contents

Class MSLE

Mean squared logarithmic error (MSLE) is, as the name suggests, a variation of the Mean Squared Error.

Inheritance
System.Object
BaseMetric
MSLE
Inherited Members
BaseMetric.Name
Namespace: SiaNet.Metrics
Assembly: SiaNet.dll
Syntax
public class MSLE : BaseMetric

Constructors

| Improve this Doc View Source

MSLE()

Initializes a new instance of the MSLE class.

Declaration
public MSLE()

Methods

| Improve this Doc View Source

Calc(Tensor, Tensor)

Calculates the metric with predicted and true values.

Declaration
public override Tensor Calc(Tensor preds, Tensor labels)
Parameters
Type Name Description
Tensor preds

The predicted value.

Tensor labels

The true value.

Returns
Type Description
Tensor
Overrides
BaseMetric.Calc(Tensor, Tensor)

See Also

BaseMetric
  • Improve this Doc
  • View Source
Back to top Generated by DocFX