ILNumerics Ultimate VS

ResultT Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Result datatype, used for storing computational results and applying them to new data within ILNumerics stateful function objects.

[ILNumerics Core Module]

Inheritance Hierarchy

SystemObject
  ILNumericsResultT
    ILNumerics.ToolboxesMachineLearningRidgeRegressionResultT

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

[SerializableAttribute]
public abstract class Result<T> : IDisposable

Type Parameters

T
Datatype of underlying array elements.

The ResultT type exposes the following members.

Constructors

  NameDescription
Protected methodResultT
Initializes a new instance of the ResultT class
Top
Properties

  NameDescription
Public propertyIsDisposed
Flag to indicate if the result is disposed.

[ILNumerics Core Module]

Top
Methods

  NameDescription
Public methodApply
Apply the result on new datapoints

[ILNumerics Core Module]

Public methodDispose
Disposes the object.

[ILNumerics Core Module]

Top
Remarks

[ILNumerics Core Module]

See Also

Reference