Show / Hide Table of Contents

Class WMDecisionTree

Encapsulates Decision Tree type models supported by WMServer

Inheritance
object
WMAssetBase
WMModelBase
WMDecisionTree
Implements
IWMExecutableAsset
IWMAsset
IDbEntity
IWMEntity
IDocumentedEntity
INamedEntity
IWMAssetDirectoryMember
IWMPrincipalOwned
IHasEncryptedValues
Inherited Members
WMModelBase.EncryptionPlaceholder
WMModelBase.SourceString
WMModelBase.SourceFormat
WMModelBase.SourceMode
WMModelBase.RegisteredType
WMModelBase.CacheModel(string, object)
WMModelBase.OnModelChanged(string)
WMModelBase.TryGetCachedModel<T>(string, out T)
WMAssetBase.ID
WMAssetBase.CreatedBy
WMAssetBase.CreatedDate
WMAssetBase.LastUpdatedBy
WMAssetBase.LastUpdatedDate
WMAssetBase.Name
WMAssetBase.Documentation
WMAssetBase.DocumentationMIMEType
WMAssetBase.Summary
WMAssetBase.ParentDirectory
WMAssetBase.FullPathName
WMAssetBase.Properties
WMAssetBase.Owner
WMAssetBase.OwnerID
WMAssetBase.OwnerType
WMAssetBase.Get<T>(WMPrincipal, string, WMAppDbContext)
WMAssetBase.GetSync<T>(string, string)
WMAssetBase.CreateFullPathName(WMAssetDirectory, string)
WMAssetBase.GetFullPath(WMPrincipal, string, string, WMAppDbContext)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Asset.MLModel
Assembly: WMServer.dll
Syntax
public class WMDecisionTree : WMModelBase, 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
Overrides
WMModelBase.Execute(ElementValue)

Implements

IWMExecutableAsset
IWMAsset
IDbEntity
IWMEntity
IDocumentedEntity
INamedEntity
IWMAssetDirectoryMember
IWMPrincipalOwned
IHasEncryptedValues
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE