Guest User

Untitled

a guest
Mar 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. my_matrix = np.array([])
  2. for file in db_files:
  3. features = calc_features(file)
  4. my_matrix.append(features)
Add Comment
Please, Sign In to add comment