ruby-fann 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -2,7 +2,7 @@ module RubyFann #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 2
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/lib/ruby_fann.rb CHANGED
@@ -1,5 +1,9 @@
1
1
  require "ruby_fann/version"
2
2
  require "ruby_fann/ruby_fann"
3
3
 
4
- module RubyFann
4
+ # Namespace for ruby-fann functionality.
5
+ #
6
+ # See RubyFann::Shortcut, RubyFann::Standard, and RubyFann::TrainData for details.
7
+ module RubyFann
8
+
5
9
  end
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.0
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-03-26 00:00:00.000000000 Z
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: