fBayes 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.1
|
data/fBayes.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "fBayes"
|
8
|
-
s.version = "0.4.
|
8
|
+
s.version = "0.4.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Ivan Acosta-Rubio"]
|
12
|
-
s.date = "2012-11-
|
12
|
+
s.date = "2012-11-21"
|
13
13
|
s.description = "Naitve Bayes for Food Category classification"
|
14
14
|
s.email = "ivan@bakedweb.net"
|
15
15
|
s.extra_rdoc_files = [
|
@@ -1,5 +1,17 @@
|
|
1
1
|
Milk
|
2
|
+
protein powder
|
3
|
+
Parmesan cheese omelet with
|
4
|
+
boiled eggs
|
5
|
+
scrambled eggs with cheese and tortilla wraps
|
6
|
+
sceumbled eggs with tomato
|
7
|
+
Oaxaca cheese
|
8
|
+
omelette
|
2
9
|
melted cheese
|
10
|
+
Poached Eggs
|
11
|
+
two fried eggs
|
12
|
+
hard boiled eggs with olive oil
|
13
|
+
eeggs
|
14
|
+
hard boiled eggs
|
3
15
|
cheese
|
4
16
|
blue cheese
|
5
17
|
panela cheese
|
@@ -1,132 +1,99 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
chicken
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
chicken
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
taco
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
taco
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
salmon
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
tofu and Protein
|
101
|
-
sirloin taco and Protein
|
102
|
-
peanuts and Protein
|
103
|
-
bacon and Protein
|
104
|
-
green lipped nz mussels and Protein
|
105
|
-
sirloin taco and Protein
|
106
|
-
ground beef and Protein
|
107
|
-
chorizo and Protein
|
108
|
-
pork and Protein
|
109
|
-
salmon and Protein
|
110
|
-
sardines and Protein
|
111
|
-
salad meat and Protein
|
112
|
-
luncheon meat and Protein
|
113
|
-
sirloin tacos and Protein
|
114
|
-
hard boiled eggs with olive oil and Protein
|
115
|
-
salmon and Protein
|
116
|
-
MONDONGO and Protein
|
117
|
-
pork and Protein
|
118
|
-
chicken and Protein
|
119
|
-
ground beef with lentils and Protein
|
120
|
-
protein shake and Protein
|
121
|
-
two fried eggs with green onions and chipotle sauce and Protein
|
122
|
-
fish and Protein
|
123
|
-
taco sirloin and Protein
|
124
|
-
taco meat and Protein
|
125
|
-
soya chicken and Protein
|
126
|
-
pinchos de carne and Protein
|
127
|
-
carne and Protein
|
128
|
-
green lipped mussels and Protein
|
129
|
-
Poached Eggs and Protein
|
130
|
-
protein shake and Protein
|
131
|
-
protein shake and Protein
|
132
|
-
taco arrachera and Protein
|
1
|
+
turkey
|
2
|
+
beef
|
3
|
+
turkey breast
|
4
|
+
chicken breast
|
5
|
+
baked ribs
|
6
|
+
chicken
|
7
|
+
bacon
|
8
|
+
black beans
|
9
|
+
lamb chop cabbage mushrooms pepper red juice
|
10
|
+
beef
|
11
|
+
meat
|
12
|
+
chicken
|
13
|
+
hot dogs
|
14
|
+
ham
|
15
|
+
picana
|
16
|
+
hamburger
|
17
|
+
chicken
|
18
|
+
tuna
|
19
|
+
baked ribs
|
20
|
+
steak
|
21
|
+
chicken
|
22
|
+
black bean
|
23
|
+
deli turkey
|
24
|
+
hamburger
|
25
|
+
tilapia fillet
|
26
|
+
ham
|
27
|
+
Hamburger
|
28
|
+
beef
|
29
|
+
chicken
|
30
|
+
meat
|
31
|
+
chicken
|
32
|
+
chicken breast
|
33
|
+
tilapia fillets
|
34
|
+
turkey
|
35
|
+
chicken
|
36
|
+
taco al pastor
|
37
|
+
gravy chicken mashed potatoes
|
38
|
+
taco arrachera
|
39
|
+
picana
|
40
|
+
tacos al pastor
|
41
|
+
omelet
|
42
|
+
prosciutto
|
43
|
+
chicken lettuce wrap
|
44
|
+
chicken breast
|
45
|
+
Fish
|
46
|
+
Chicago Style Italian Beef Sandwich
|
47
|
+
egg
|
48
|
+
chicken
|
49
|
+
taco sirloin
|
50
|
+
tuna
|
51
|
+
roast beef
|
52
|
+
hamburger
|
53
|
+
meat lasagna
|
54
|
+
Port chops with roasted chiken vinagrette
|
55
|
+
taco sirloin
|
56
|
+
tuna
|
57
|
+
Fish
|
58
|
+
turkey
|
59
|
+
eggs
|
60
|
+
salmon
|
61
|
+
beef
|
62
|
+
bacon bits
|
63
|
+
bacon
|
64
|
+
hard boiled eggs
|
65
|
+
meet filet
|
66
|
+
Fish
|
67
|
+
rosted chicken
|
68
|
+
taco sirloin
|
69
|
+
taco meat
|
70
|
+
pork chop
|
71
|
+
walnuts
|
72
|
+
sardines
|
73
|
+
prosciutto
|
74
|
+
sirloin taco
|
75
|
+
peanuts
|
76
|
+
bacon
|
77
|
+
green lipped nz mussels
|
78
|
+
sirloin taco
|
79
|
+
ground beef
|
80
|
+
chorizo
|
81
|
+
pork
|
82
|
+
salmon
|
83
|
+
sardines
|
84
|
+
salad meat
|
85
|
+
luncheon meat
|
86
|
+
sirloin tacos
|
87
|
+
salmon
|
88
|
+
MONDONGO
|
89
|
+
pork
|
90
|
+
chicken
|
91
|
+
ground beef
|
92
|
+
fish
|
93
|
+
taco sirloin
|
94
|
+
taco meat
|
95
|
+
chicken
|
96
|
+
pinchos de carne
|
97
|
+
carne
|
98
|
+
green lipped mussels
|
99
|
+
taco arrachera
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fBayes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-11-
|
12
|
+
date: 2012-11-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: classifier
|
@@ -199,7 +199,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
199
199
|
version: '0'
|
200
200
|
segments:
|
201
201
|
- 0
|
202
|
-
hash:
|
202
|
+
hash: 333303968837001376
|
203
203
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
204
204
|
none: false
|
205
205
|
requirements:
|