SCL
1.0
Standard Control Library : Control, dynamics, physics, and simulation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Friends
Macros
Groups
Pages
src
scl_ext
neural
Encoders.hpp
1
/*
2
* Encoders.hpp
3
*
4
* Created on: Aug 14, 2014
5
* Author: nayan
6
*/
7
8
#ifndef ENCODERS_HPP_
9
#define ENCODERS_HPP_
10
#include <scl/DataTypes.hpp>
11
#include "Neurons.hpp"
12
13
namespace
scl_test
14
{
15
class
Encoders
{
16
public
:
17
Encoders
();
18
virtual
~
Encoders
();
19
21
scl::sBool
randomGenerator
(
22
Neurons
*arg_ng);
23
};
24
}
25
#endif
/* ENCODERS_HPP_ */
Neurons
Definition:
Neurons.hpp:16
scl_test::Encoders
Definition:
Encoders.hpp:15
scl_test::Encoders::randomGenerator
scl::sBool randomGenerator(Neurons *arg_ng)
Definition:
Encoders.cpp:22
scl::sBool
bool sBool
Definition:
DataTypes.hpp:54
Generated on Sun Sep 14 2014 02:35:55 for SCL by
1.8.6