rcf 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rcf
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Andrew Kane
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-11-03 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: andrew@ankane.org
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - CHANGELOG.md
20
+ - LICENSE.txt
21
+ - README.md
22
+ - lib/rcf.rb
23
+ - lib/rcf/ffi.rb
24
+ - lib/rcf/forest.rb
25
+ - lib/rcf/version.rb
26
+ - vendor/aarch64-linux/LICENSE
27
+ - vendor/aarch64-linux/README.md
28
+ - vendor/aarch64-linux/THIRD-PARTY-LICENSES
29
+ - vendor/aarch64-linux/lib/librcf.so
30
+ - vendor/arm64-darwin/LICENSE
31
+ - vendor/arm64-darwin/README.md
32
+ - vendor/arm64-darwin/THIRD-PARTY-LICENSES
33
+ - vendor/arm64-darwin/lib/librcf.dylib
34
+ - vendor/x64-mingw/LICENSE
35
+ - vendor/x64-mingw/README.md
36
+ - vendor/x64-mingw/THIRD-PARTY-LICENSES
37
+ - vendor/x64-mingw/lib/rcf.dll
38
+ - vendor/x86_64-darwin/LICENSE
39
+ - vendor/x86_64-darwin/README.md
40
+ - vendor/x86_64-darwin/THIRD-PARTY-LICENSES
41
+ - vendor/x86_64-darwin/lib/librcf.dylib
42
+ - vendor/x86_64-linux/LICENSE
43
+ - vendor/x86_64-linux/README.md
44
+ - vendor/x86_64-linux/THIRD-PARTY-LICENSES
45
+ - vendor/x86_64-linux/lib/librcf.so
46
+ homepage: https://github.com/ankane/random-cut-forest-ruby
47
+ licenses:
48
+ - Apache-2.0
49
+ metadata: {}
50
+ post_install_message:
51
+ rdoc_options: []
52
+ require_paths:
53
+ - lib
54
+ required_ruby_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: '2.7'
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: '0'
64
+ requirements: []
65
+ rubygems_version: 3.3.7
66
+ signing_key:
67
+ specification_version: 4
68
+ summary: Random Cut Forest anomaly detection for Ruby
69
+ test_files: []