Search Results for

    Show / Hide Table of Contents

    Class SimilarityMeasureCombiner

    Provides methods to mathematically combine ISimilarityMeasure values.

    Inheritance
    object
    SimilarityMeasureCombiner
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Algorithm.Match
    Assembly: NetTopologySuite.dll
    Syntax
    public static class SimilarityMeasureCombiner

    Methods

    | Edit this page View Source

    Combine(double, double)

    Declaration
    public static double Combine(double measure1, double measure2)
    Parameters
    Type Name Description
    double measure1
    double measure2
    Returns
    Type Description
    double
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX