Class TrainingInstances
Represents the methods and properties for TrainingInstances elements and attributes
Inheritance
System.Object
TrainingInstances
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class TrainingInstances : Object
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 |