menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class Node

    Represents the properties and methods for Node element and its attributes

    Inheritance
    System.Object
    Node
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class Node : Object

    Constructors

    Node()

    Declaration
    public Node()

    Properties

    CompoundPredicate

    Gets the values of class CompoundPredicate

    Declaration
    public CompoundPredicate CompoundPredicate { get; }
    Property Value
    Type
    CompoundPredicate

    DefaultChild

    Gets the attribute DefaultChild value

    Declaration
    public string DefaultChild { get; }
    Property Value
    Type
    System.String

    Id

    Gets the attribute Id value

    Declaration
    public string Id { get; }
    Property Value
    Type
    System.String

    RecordCount

    Gets the attribute RecordCount value

    Declaration
    public Nullable<double> RecordCount { get; }
    Property Value
    Type
    System.Nullable<System.Double>

    Score

    Gets the attribute DefaultChild value

    Declaration
    public string Score { get; }
    Property Value
    Type
    System.String

    Methods

    GetChildNodes()

    Returns the List of Node objects

    Declaration
    public List<Node> GetChildNodes()
    Returns
    Type Description
    System.Collections.Generic.List<Node>

    List of Clone objects

    GetScoreDistributions()

    Returns the list of ScoreDistributions' objects

    Declaration
    public List<ScoreDistribution> GetScoreDistributions()
    Returns
    Type Description
    System.Collections.Generic.List<ScoreDistribution>

    List of Clone objects

    GetSimplePredicates()

    Returns the List of SimplePredicate objects

    Declaration
    public List<SimplePredicate> GetSimplePredicates()
    Returns
    Type Description
    System.Collections.Generic.List<SimplePredicate>

    List of Clone objects

    GetSimpleSetPredicates()

    Returns the list of SimpleSet Predicates' objects

    Declaration
    public List<SimpleSetPredicate> GetSimpleSetPredicates()
    Returns
    Type Description
    System.Collections.Generic.List<SimpleSetPredicate>

    List of Clone objects

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