menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SupportVectorMachineModelEvaluator - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SupportVectorMachineModelEvaluator

    Represents the evaluator for Support Vector Machine Model

    Inheritance
    System.Object
    PMMLEvaluator
    SupportVectorMachineModelEvaluator
    Implements
    System.IDisposable
    Inherited Members
    PMMLEvaluator.CultureInfo
    PMMLEvaluator.Dispose()
    PMMLEvaluator.GetResult(Dictionary<String, Object>, IModelOptions)
    PMMLEvaluator.PMMLDocument
    PMMLEvaluator.PMMLModel
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.UWP.dll
    Syntax
    public class SupportVectorMachineModelEvaluator : PMMLEvaluator, IDisposable

    Constructors

    SupportVectorMachineModelEvaluator(PMMLDocument)

    Creates an Instance for SupportVectorMachineModelEvaluator

    Declaration
    public SupportVectorMachineModelEvaluator(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 support vector machine 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
    PMMLEvaluator.GetResult(Object, IModelOptions)

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved