menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class BinarySimilarity

    Represents properties for BinarySimilarity - comparison measure

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

    Constructors

    BinarySimilarity()

    Declaration
    public BinarySimilarity()

    Properties

    C00Parameter

    Gets the "c00-paramter" value

    Declaration
    public int C00Parameter { get; }
    Property Value
    Type
    System.Int32

    C01Parameter

    Gets the "c01-paramter" value

    Declaration
    public int C01Parameter { get; }
    Property Value
    Type
    System.Int32

    C10Parameter

    Gets the "c10-paramter" value

    Declaration
    public int C10Parameter { get; }
    Property Value
    Type
    System.Int32

    C11Parameter

    Gets the "c11-paramter" value

    Declaration
    public int C11Parameter { get; }
    Property Value
    Type
    System.Int32

    D00Parameter

    Gets the "d00-paramter" value

    Declaration
    public int D00Parameter { get; }
    Property Value
    Type
    System.Int32

    D01Parameter

    Gets the "d01-paramter" value

    Declaration
    public int D01Parameter { get; }
    Property Value
    Type
    System.Int32

    D10Parameter

    Gets the "d10-paramter" value

    Declaration
    public int D10Parameter { get; }
    Property Value
    Type
    System.Int32

    D11Parameter

    Gets the "d11-paramter" value

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