MCPcopy Create free account
hub / github.com/akira-l/SEEG / normalize_dir_vec

Method normalize_dir_vec

scripts/data_loader/data_preprocessor.py:170–171  ·  view source on GitHub ↗
(dir_vec, mean_dir_vec)

Source from the content-addressed store, hash-verified

168
169 @staticmethod
170 def normalize_dir_vec(dir_vec, mean_dir_vec):
171 return dir_vec - mean_dir_vec
172
173 @staticmethod
174 def get_words_in_time_range(word_list, start_time, end_time):

Callers 1

_sample_from_clipMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected