Class WMNeuralNetwork
Encapsulates Neural Network type models supported by WMServer
Implements
Inherited Members
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 |