Class WMDecisionTree
Encapsulates Decision Tree type models supported by WMServer
Implements
Inherited Members
Namespace: Quantellia.WMServer.Asset.MLModel
Assembly: WMServer.dll
Syntax
public class WMDecisionTree : WMModelBase, IWMVersionableAsset, IWMOwnableResource, IWMResource, IWMExecutableAsset, IWMAsset, IDbEntity, IWMEntity, IDocumentedEntity, INamedEntity, IWMAssetDirectoryMember, IWMPrincipalOwned, IHasEncryptedValues
Properties
DecisionTree
The decision tree represented by this asset.
Declaration
public WMDecisionTreeNode? DecisionTree { get; set; }
Property Value
| Type | Description |
|---|---|
| WMDecisionTreeNode |
Methods
Execute(ElementValue)
Executes this Decision Tree with the input parameters
Declaration
public override ElementValue Execute(ElementValue parameters)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementValue | parameters | An ObjectValue with name-value pairs corresponding to each parameter of the model's input vector. |
Returns
| Type | Description |
|---|---|
| ElementValue |