文件名称:khiva-ruby:Ruby的高性能时间序列算法
文件大小:38KB
文件格式:ZIP
更新时间:2024-05-29 23:36:10
time-series stomp anomaly-detection matrix-profile Ruby
希瓦 高性能时间序列算法-用于Ruby :fire: 在GPU(甚至在Mac上)和CPU上运行 安装 首先, 。 对于自制软件,请使用: brew install khiva 将此行添加到您的应用程序的Gemfile中: gem 'khiva' 入门 计算两个时间序列之间的 a = Khiva :: Array . new ( [ 11 , 10 , 10 , 10 , 10 , 10 , 10 , 10 , 10 , 10 , 10 , 11 ] , type : :f32 ) b = Khiva :: Array . new ( [ 9 , 10 , 10 , 10 , 10 , 10 , 10 , 10 , 10 , 10 , 10 , 9 ] , type : :f32 ) m = 3 # subsequence length profile , index = Khiva ::
【文件预览】:
khiva-ruby-master
----.gitignore(80B)
----README.md(14KB)
----CHANGELOG.md(279B)
----.github()
--------workflows()
----test()
--------regression_test.rb(503B)
--------polynomial_test.rb(362B)
--------support()
--------dimensionality_test.rb(1KB)
--------array_test.rb(1KB)
--------matrix_test.rb(3KB)
--------statistics_test.rb(1KB)
--------clustering_test.rb(677B)
--------distances_test.rb(1KB)
--------features_test.rb(9KB)
--------linalg_test.rb(287B)
--------regularization_test.rb(258B)
--------library_test.rb(734B)
--------normalization_test.rb(2KB)
--------test_helper.rb(735B)
----Gemfile(74B)
----khiva.gemspec(515B)
----LICENSE.txt(16KB)
----lib()
--------khiva.rb(828B)
--------khiva()
----Rakefile(177B)