Class TreeModel
Represents the methods and properties for TreeModel element and its attributes
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 TreeModel : Model
Constructors
TreeModel()
Declaration
public TreeModel()
Properties
IsScorable
Gets the boolean IsScorable value
Declaration
public bool IsScorable { get; }
Property Value
Type |
---|
System.Boolean |
LocalTransformations
Gets the LocalTransformations class values
Declaration
public LocalTransformations LocalTransformations { get; }
Property Value
Type |
---|
LocalTransformations |
MiningSchema
Gets the MiningSchema class values
Declaration
public MiningSchema MiningSchema { get; }
Property Value
Type |
---|
MiningSchema |
Node
Gets the Node class values
Declaration
public Node Node { get; }
Property Value
Type |
---|
Node |
Output
Gets the Output class values
Declaration
public Output Output { get; }
Property Value
Type |
---|
Output |
SplitCharacteristic
Gets the SplitCharacteristic value.
Declaration
public string SplitCharacteristic { get; }
Property Value
Type |
---|
System.String |
Targets
Gets the Targets class values
Declaration
public Targets Targets { get; }
Property Value
Type |
---|
Targets |