Skip to content
Snippets Groups Projects

Use relevance per channel as a measurement of channel-compatibility

Merged Danilo Enoque Ferreira de Lima requested to merge channel_one_pca into main
3 files
+ 104
26
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -198,6 +198,8 @@ def main():
start = time_ns()
rmse = model.check_compatibility(pes_raw_t)
print("Consistency check RMSE ratios:", rmse)
rmse = model.check_compatibility_per_channel(pes_raw_t)
print("Consistency per channel check RMSE ratios:", rmse)
t += [time_ns() - start]
t_names += ["Consistency"]
Loading