MCPcopy Create free account
hub / github.com/devAmoghS/Machine-Learning-with-Python / make_matrix

Function make_matrix

helpers/linear_algebra.py:76–80  ·  view source on GitHub ↗

returns a num_rows x num_cols matrix whose (i,j)-th entry is entry_fn(i, j)

(num_rows, num_cols, entry_fn)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

correlation_matrixFunction · 0.90
rescaleFunction · 0.90
de_mean_matrixFunction · 0.90
matrix_multiplyFunction · 0.90
utils.pyFile · 0.90
linear_algebra.pyFile · 0.85
matrix_addFunction · 0.85

Calls 1

entry_fnFunction · 0.70

Tested by

no test coverage detected