Class LocalTransformations
Represents the properties and methods for LocalTransformations element and its attibutes
Inheritance
System.Object
LocalTransformations
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class LocalTransformations : Object
Constructors
LocalTransformations()
Declaration
public LocalTransformations()
Methods
GetDerivedFields()
Returns list of Derived fields
Declaration
public List<DerivedField> GetDerivedFields()
Returns
Type |
---|
System.Collections.Generic.List<DerivedField> |