Class BinarySimilarity
Represents properties for BinarySimilarity - comparison measure
Inheritance
System.Object
BinarySimilarity
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class BinarySimilarity
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 |