Class ComparisonMeasure
Represents the methods and properties of ComparisonMeasure element and its attributes
Inheritance
System.Object
ComparisonMeasure
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 ComparisonMeasure
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 |