thera 0.0.3 → 0.0.4
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/lib/quarry/src/classifier/classifier.h +1 -0
- data/thera.gemspec +1 -1
- metadata +4 -4
|
@@ -32,6 +32,7 @@ namespace Classifier {
|
|
|
32
32
|
vector<bool> numeric_features;
|
|
33
33
|
vector<bool> nominal_features;
|
|
34
34
|
|
|
35
|
+
Classifier() {}
|
|
35
36
|
Classifier(DataSet::DataSet *data_set) : data_set(data_set), numeric_features(data_set->features_size(), 0), nominal_features(data_set->features_size(), 0) {
|
|
36
37
|
DataSet::Feature *feature = NULL;
|
|
37
38
|
|
data/thera.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.description = "C++ Data Mining Library for Ruby"
|
|
10
10
|
s.email = "me@willcannings.com"
|
|
11
11
|
s.authors = ["Will Cannings"]
|
|
12
|
-
s.version = '0.0.
|
|
12
|
+
s.version = '0.0.4'
|
|
13
13
|
s.extensions = ["ext/extconf.rb"]
|
|
14
14
|
|
|
15
15
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thera
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-12-
|
|
12
|
+
date: 2011-12-12 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rice
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70137311664380 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70137311664380
|
|
25
25
|
description: C++ Data Mining Library for Ruby
|
|
26
26
|
email: me@willcannings.com
|
|
27
27
|
executables: []
|