Search Results for

    Show / Hide Table of Contents

    Interface Diffable

    Supports calculating the maximum difference between this instance and another object (not necessarily of the same type)

    Namespace: Microsoft.ML.Probabilistic.Math
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public interface Diffable

    Methods

    MaxDiff(Object)

    The maximum difference between this instance and the given

    Declaration
    double MaxDiff(object that)
    Parameters
    Type Name Description
    Object that
    Returns
    Type Description
    Double
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.