You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to mat = HMat.loadMat("/tmp/A.smat"), if "/tmp/A.smat" is located in HDFS, can we load it directly? i.e. something like mat = hdfsio.readMat("hdfs:///myhostname/tmp/A.smat").
From the code, readMat/Mats only read from sequencefiles, not .xmat directly. Am I right?
The text was updated successfully, but these errors were encountered:
Similar to mat = HMat.loadMat("/tmp/A.smat"), if "/tmp/A.smat" is located in HDFS, can we load it directly? i.e. something like mat = hdfsio.readMat("hdfs:///myhostname/tmp/A.smat").
From the code, readMat/Mats only read from sequencefiles, not .xmat directly. Am I right?
The text was updated successfully, but these errors were encountered: