ILNumerics - Technical Application Development
SystemObject
ILNumericsResultT
ILNumerics.ToolboxesMachineLearningRidgeRegressionResultT
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
Result datatype, used for storing computational results and applying them to new data within ILNumerics stateful function objects.
[ILNumerics Core Module]
Inheritance Hierarchy
ILNumericsResultT
ILNumerics.ToolboxesMachineLearningRidgeRegressionResultT
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Type Parameters
- T
- Datatype of underlying array elements.
The ResultT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResultT | Initializes a new instance of the ResultT class |
Properties
Name | Description | |
---|---|---|
IsDisposed |
Flag to indicate if the result is disposed.
[ILNumerics Core Module] |
Methods
Name | Description | |
---|---|---|
Apply |
Apply the result on new datapoints
[ILNumerics Core Module] | |
Dispose |
Disposes the object.
[ILNumerics Core Module] |
Remarks
[ILNumerics Core Module]
See Also