Class TrainingInstances
Represents the methods and properties for TrainingInstances elements and attributes
Inheritance
System.Object
TrainingInstances
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 TrainingInstances
Constructors
TrainingInstances()
Declaration
public TrainingInstances()
Properties
FieldCount
Gets the "fieldCount" value
Declaration
public int FieldCount { get; }
Property Value
Type |
---|
System.Int32 |
InlineTable
Gets the "InlineTable" value
Declaration
public InlineTable InlineTable { get; }
Property Value
Type |
---|
InlineTable |
InstanceFields
Gets the "InstanceFields" value
Declaration
public InstanceFields InstanceFields { get; }
Property Value
Type |
---|
InstanceFields |
IsTransformed
Gets the "isTransformed" value
Declaration
public bool IsTransformed { get; }
Property Value
Type |
---|
System.Boolean |
RecordCount
Gets the "recordCount" value
Declaration
public int RecordCount { get; }
Property Value
Type |
---|
System.Int32 |