Show / Hide Table of Contents

Class WMNeuralNetwork

Encapsulates Neural Network type models supported by WMServer

Inheritance
object
WMAssetBase
WMModelBase
WMNeuralNetwork
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 WMNeuralNetwork : WMModelBase, IWMExecutableAsset, IWMAsset, IDbEntity, IWMEntity, IDocumentedEntity, INamedEntity, IWMAssetDirectoryMember, IWMPrincipalOwned, IHasEncryptedValues

Properties

NNModel

The neural network represented by this asset.

Declaration
public object? NNModel { get; set; }
Property Value
Type Description
object

Methods

Execute(ElementValue)

Executes this neural network 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