glm 0.0.0 → 0.0.1
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.
- data/Rakefile +8 -0
- data/lib/glm.rb +1 -0
- metadata +5 -4
data/Rakefile
ADDED
data/lib/glm.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,9 +9,9 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-04-02 00:00:00.000000000Z
|
13
13
|
dependencies: []
|
14
|
-
description: Generalized Linear Method
|
14
|
+
description: Generalized Linear Method, wait until I finished it...
|
15
15
|
email: yushen83@gmail.com
|
16
16
|
executables: []
|
17
17
|
extensions: []
|
@@ -27,6 +27,7 @@ files:
|
|
27
27
|
- examples/test_glm_linear.rb
|
28
28
|
- test/test_glm.rb
|
29
29
|
- data/iris.data
|
30
|
+
- Rakefile
|
30
31
|
homepage: https://github.com/yushen
|
31
32
|
licenses: []
|
32
33
|
post_install_message:
|
@@ -47,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
48
|
version: '0'
|
48
49
|
requirements: []
|
49
50
|
rubyforge_project:
|
50
|
-
rubygems_version: 1.8.
|
51
|
+
rubygems_version: 1.8.10
|
51
52
|
signing_key:
|
52
53
|
specification_version: 3
|
53
54
|
summary: This is a W.I.P implementation of GLM
|