ruby-fann 1.2.0 → 1.2.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/lib/ruby_fann/neurotica.rb +1 -1
- data/lib/ruby_fann/version.rb +1 -1
- data/lib/ruby_fann.rb +5 -1
- metadata +2 -2
data/lib/ruby_fann/neurotica.rb
CHANGED
@@ -5,7 +5,7 @@ module RubyFann
|
|
5
5
|
# Generates directed graph from a RubyFann neural network.
|
6
6
|
# Requires the GraphViz gem 0.8.0 (or higher) to be installed,
|
7
7
|
# as well as graphviz proper 2.14.1 (or higher).
|
8
|
-
class Neurotica
|
8
|
+
class Neurotica # :nodoc:
|
9
9
|
attr_accessor :connector_colors
|
10
10
|
attr_accessor :input_layer_color
|
11
11
|
attr_accessor :hidden_layer_colors
|
data/lib/ruby_fann/version.rb
CHANGED
data/lib/ruby_fann.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-fann
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.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: 2013-
|
12
|
+
date: 2013-04-01 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Bindings to use FANN from within ruby/rails environment
|
15
15
|
email:
|