Click or drag to resize
Accord.NET (logo)

NpyFormatLoadT Method (String)

Loads an array of the specified type from a file in the disk.

Namespace:  Accord.IO
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static T Load<T>(
	string path
)
where T : class, ICloneable, IList, ICollection, IEnumerable, IStructuralComparable, IStructuralEquatable
Request Example View Source

Parameters

path
Type: SystemString
The path to the file containing the matrix to be loaded.

Type Parameters

T

Return Value

Type: T
The array to be returned.
See Also