Class: FromFile

MiniMat.FromFile

new FromFile(content, x_len, y_len)

make a matrix from a text file content
Parameters:
Name Type Description
content string The contents of a file to load, with "?" as "missing values"
x_len int the number of columns.
y_len int the number of rows
Source: