#include "Channels/ChannelOpts.H"
#include "Channels/Jet.H"
#include "Channels/JetFiller.H"
#include "Component/ModelManager.H"
#include "Image/DrawOps.H"
#include "Image/MathOps.H"
#include "Image/ShapeOps.H"
#include "Image/Transforms.H"
#include "Media/MediaSimEvents.H"
#include "Neuro/NeuroOpts.H"
#include "Neuro/NeuroSimEvents.H"
#include "Neuro/SimulationViewerStd.H"
#include "Neuro/StdBrain.H"
#include "Neuro/VisualCortex.H"
#include "Raster/Raster.H"
#include "Simulation/SimEventQueueConfigurator.H"
#include "BPnnet/BPnnet.H"
#include <fstream>
#include <iostream>
Go to the source code of this file.
Defines | |
#define | NHIDDEN 64 |
number of hidden units | |
#define | NNEG 0 |
number of negative samples to generate | |
#define | SRANGE 3 |
sampling range in pixels for positive examples around most salient location | |
#define | SSTEP 3 |
sampling step for positive examples, in pixels | |
Functions | |
int | main (const int argc, const char **argv) |
Test BPnnet class
Definition in file test-BPnnet.C.
#define NHIDDEN 64 |
number of hidden units
Definition at line 60 of file test-BPnnet.C.
#define NNEG 0 |
number of negative samples to generate
Definition at line 63 of file test-BPnnet.C.
#define SRANGE 3 |
sampling range in pixels for positive examples around most salient location
Definition at line 66 of file test-BPnnet.C.
#define SSTEP 3 |
sampling step for positive examples, in pixels
Definition at line 69 of file test-BPnnet.C.