WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ComparisonMeasure

    Show / Hide Table of Contents

    Class ComparisonMeasure

    Represents the methods and properties of ComparisonMeasure element and its attributes

    Inheritance
    System.Object
    ComparisonMeasure
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class ComparisonMeasure

    Constructors

    ComparisonMeasure()

    Declaration
    public ComparisonMeasure()

    Properties

    BinarySimilarity

    Gets the "BinarySimilarity" value

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

    Chebychev

    Gets the "Chebychev" value

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

    CityBlock

    Gets the "CityBlock" value

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

    ComparisonMeasureType

    Gets the "ComparisonMeasureType"

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

    Euclidean

    Gets the "Euclidean" value

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

    Jaccard

    Gets the "Jaccard" value

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

    Kind

    Gets the "kind" value

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

    Minkowski

    Gets the "Minkowski" value

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

    SimpleMatching

    Gets the "SimpleMatching" value

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

    SquaredEuclidean

    Gets the "SquaredEuclidean" value

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

    Tanimoto

    Gets the "Tanimoto" value

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