Open
Description
Lines 63 to 69 in b61935a
Note that the upper portion of the function is meant to accomodate either numpy.array or pd.DataFrame passed to dmatDf, but if numpy array is supplied then L111 will raise an error:
Line 111 in b61935a
Example
embedDistanceMatrix(dmatDf = pd.DataFrame(tr.pw_beta[0:10,:][:,0:10]), method = "mds")
👍
embedDistanceMatrix(dmatDf = tr.pw_beta[0:10,:][:,0:10], method = "mds")
👎
AttributeError: 'numpy.ndarray' object has no attribute 'index'
Metadata
Metadata
Assignees
Labels
No labels