com.marmoush.jann.utils.functors
Interface ITransfere

All Superinterfaces:
IFunctionable

public interface ITransfere
extends IFunctionable

The Interface ITransfere.


Field Summary
static ITransfere COMPET
          The Constant COMPET.
static ITransfere HARDLIM
          The Constant HARDLIM.
static ITransfere HARDLIMS
          The Constant HARDLIMS.
static ITransfere LOGSIG
          The Constant LOGSIG.
static ITransfere LOGSIGDIFF
          The Constant LOGSIGDIFF.
static ITransfere POSLIN
          The Constant POSLIN.
static ITransfere PURELIN
          The Constant PURELIN.
static ITransfere SATLIN
          The Constant SATLIN.
static ITransfere SATLINS
          The Constant SATLINS.
static ITransfere TANSIG
          The Constant TANSIG.
static ITransfere TANSIGDIFF
          The Constant TANSIGDIFF.
 
Method Summary
 DoubleMatrix transfere(ILayer layer)
          Transfere.
 
Methods inherited from interface com.marmoush.jann.utils.functors.IFunctionable
toString
 

Field Detail

COMPET

static final ITransfere COMPET
The Constant COMPET.


HARDLIM

static final ITransfere HARDLIM
The Constant HARDLIM.


HARDLIMS

static final ITransfere HARDLIMS
The Constant HARDLIMS.


LOGSIG

static final ITransfere LOGSIG
The Constant LOGSIG.


LOGSIGDIFF

static final ITransfere LOGSIGDIFF
The Constant LOGSIGDIFF.


POSLIN

static final ITransfere POSLIN
The Constant POSLIN.


PURELIN

static final ITransfere PURELIN
The Constant PURELIN.


SATLIN

static final ITransfere SATLIN
The Constant SATLIN.


SATLINS

static final ITransfere SATLINS
The Constant SATLINS.


TANSIG

static final ITransfere TANSIG
The Constant TANSIG.


TANSIGDIFF

static final ITransfere TANSIGDIFF
The Constant TANSIGDIFF.

Method Detail

transfere

DoubleMatrix transfere(ILayer layer)
Transfere.

Parameters:
layer - the layer
Returns:
the double matrix


Copyright © 2011-2012 Marmoush.com. All Rights Reserved.