Class ClusteringModelEvaluator
Represents the evaluator for Clustering Model
Implements
System.IDisposable
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 ClusteringModelEvaluator : PMMLEvaluator, IDisposable
Constructors
ClusteringModelEvaluator(PMMLDocument)
Creates an Instance for ClusteringModelEvaluator
Declaration
public ClusteringModelEvaluator(PMMLDocument pmmlDocument)
Parameters
Type | Name | Description |
---|---|---|
PMMLDocument | pmmlDocument | PMML file |
Methods
GetResult(Object, IModelOptions)
Returns predicted result. Evaluates the given input against the scoring procedure of the clustering model and returns the predicted result.
Declaration
public override PredictedResult GetResult(object obj, IModelOptions modelOptions)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | object data |
IModelOptions | modelOptions | model options values, always null |
Returns
Type | Description |
---|---|
PredictedResult | Returns the predicted result |
Overrides
Implements
System.IDisposable