DeepCL  SNAPSHOT
Deep convolutional neural networks using OpenCL
Public Member Functions | Static Public Member Functions | List of all members
RandomTranslationsMaker Class Reference

use to create a RandomTranslations Layer More...

Inherits LayerMaker2.

Public Member Functions

publicapi RandomTranslationsMaker ()
 
publicapi RandomTranslationsMakertranslateSize (int _translateSize)
 

Static Public Member Functions

static publicapi RandomTranslationsMakerinstance ()
 

Detailed Description

use to create a RandomTranslations Layer

A RandomTranslations Layer translates the incoming data by a random amount when training is set to true, in the NeuralNet, or by zero when training is set to false.

The size of the random translations is set by translateSize.

Public API

Constructor & Destructor Documentation

publicapi RandomTranslationsMaker::RandomTranslationsMaker ( )
inline
Public API

Member Function Documentation

static publicapi RandomTranslationsMaker* RandomTranslationsMaker::instance ( )
inlinestatic
Public API
publicapi RandomTranslationsMaker* RandomTranslationsMaker::translateSize ( int  _translateSize)
inline
Public API

The documentation for this class was generated from the following files: