ILNumerics Ultimate VS

Result<T> 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

System.Object
  ILNumerics.Result<T>
    ILNumerics.Toolboxes.MachineLearning.RidgeRegressionResult<T>

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 Result<T> type exposes the following members.

Constructors

  NameDescription
Protected methodResult<T>
Initializes a new instance of the Result<T> 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