WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TrainingInstances - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TrainingInstances

    Represents the methods and properties for TrainingInstances elements and attributes

    Inheritance
    System.Object
    TrainingInstances
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class TrainingInstances

    Constructors

    TrainingInstances()

    Declaration
    public TrainingInstances()

    Properties

    FieldCount

    Gets the "fieldCount" value

    Declaration
    public int FieldCount { get; }
    Property Value
    Type Description
    System.Int32

    InlineTable

    Gets the "InlineTable" value

    Declaration
    public InlineTable InlineTable { get; }
    Property Value
    Type Description
    InlineTable

    InstanceFields

    Gets the "InstanceFields" value

    Declaration
    public InstanceFields InstanceFields { get; }
    Property Value
    Type Description
    InstanceFields

    IsTransformed

    Gets the "isTransformed" value

    Declaration
    public bool IsTransformed { get; }
    Property Value
    Type Description
    System.Boolean

    RecordCount

    Gets the "recordCount" value

    Declaration
    public int RecordCount { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved