menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ComparisonMeasure - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ComparisonMeasure

    Represents the methods and properties of ComparisonMeasure element and its attributes

    Inheritance
    System.Object
    ComparisonMeasure
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class ComparisonMeasure : Object

    Constructors

    ComparisonMeasure()

    Declaration
    public ComparisonMeasure()

    Properties

    BinarySimilarity

    Gets the "BinarySimilarity" value

    Declaration
    public BinarySimilarity BinarySimilarity { get; }
    Property Value
    Type
    BinarySimilarity

    Chebychev

    Gets the "Chebychev" value

    Declaration
    public Chebychev Chebychev { get; }
    Property Value
    Type
    Chebychev

    CityBlock

    Gets the "CityBlock" value

    Declaration
    public CityBlock CityBlock { get; }
    Property Value
    Type
    CityBlock

    ComparisonMeasureType

    Gets the "ComparisonMeasureType"

    Declaration
    public ComparisonMeasureType ComparisonMeasureType { get; }
    Property Value
    Type
    ComparisonMeasureType

    Euclidean

    Gets the "Euclidean" value

    Declaration
    public Euclidean Euclidean { get; }
    Property Value
    Type
    Euclidean

    Jaccard

    Gets the "Jaccard" value

    Declaration
    public Jaccard Jaccard { get; }
    Property Value
    Type
    Jaccard

    Kind

    Gets the "kind" value

    Declaration
    public string Kind { get; }
    Property Value
    Type
    System.String

    Minkowski

    Gets the "Minkowski" value

    Declaration
    public Minkowski Minkowski { get; }
    Property Value
    Type
    Minkowski

    SimpleMatching

    Gets the "SimpleMatching" value

    Declaration
    public SimpleMatching SimpleMatching { get; }
    Property Value
    Type
    SimpleMatching

    SquaredEuclidean

    Gets the "SquaredEuclidean" value

    Declaration
    public SquaredEuclidean SquaredEuclidean { get; }
    Property Value
    Type
    SquaredEuclidean

    Tanimoto

    Gets the "Tanimoto" value

    Declaration
    public Tanimoto Tanimoto { get; }
    Property Value
    Type
    Tanimoto
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved