menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class NaiveBayesModelEvaluator

    Represents the evaluator of Naive Bayes model

    Inheritance
    System.Object
    PMMLEvaluator
    NaiveBayesModelEvaluator
    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.Portable.dll
    Syntax
    public class NaiveBayesModelEvaluator : PMMLEvaluator, IDisposable

    Constructors

    NaiveBayesModelEvaluator(PMMLDocument)

    Create instance for Naive Bayes Model Evaluator.

    Declaration
    public NaiveBayesModelEvaluator(PMMLDocument pmmlDocument)
    Parameters
    Type Name Description
    PMMLDocument pmmlDocument

    pmml Document object

    Methods

    GetResult(Object, IModelOptions)

    Returns predicted result. Evaluates the given input against the scoring procedure of the Naive Bayes 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

    Naive options values

    Returns
    Type Description
    PredictedResult

    Returns the predicted result

    Overrides
    PMMLEvaluator.GetResult(Object, IModelOptions)

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved