com.marmoush.jann.utils
Class TransfereUtils

java.lang.Object
  extended by com.marmoush.jann.utils.TransfereUtils

public abstract class TransfereUtils
extends Object

The Class TransfereUtils.


Constructor Summary
TransfereUtils()
           
 
Method Summary
static DoubleMatrix compet(DoubleMatrix netSum)
          Compet.
static DoubleMatrix hardlim(DoubleMatrix netSum, double theta)
          Hardlim.
static DoubleMatrix hardlims(DoubleMatrix netSum, double theta)
          Hardlims.
static DoubleMatrix logsig(DoubleMatrix netSum)
          Logsig.
static DoubleMatrix logsigDiff(DoubleMatrix netSum)
          Logsig diff.
static DoubleMatrix poslin(DoubleMatrix netSum, double theta)
          Poslin.
static DoubleMatrix purelin(DoubleMatrix netSum)
          Purelin.
static DoubleMatrix satlin(DoubleMatrix netSum)
          Satlin.
static DoubleMatrix satlins(DoubleMatrix netSum)
          Satlins.
static DoubleMatrix tansig(DoubleMatrix netSum)
          Tansig.
static DoubleMatrix tansigDiff(DoubleMatrix netSum)
          Tansig diff.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransfereUtils

public TransfereUtils()
Method Detail

compet

public static DoubleMatrix compet(DoubleMatrix netSum)
Compet.

Parameters:
netSum - the net sum
Returns:
the double matrix

hardlim

public static DoubleMatrix hardlim(DoubleMatrix netSum,
                                   double theta)
Hardlim.

Parameters:
netSum - the net sum
theta - the theta
Returns:
the double matrix

hardlims

public static DoubleMatrix hardlims(DoubleMatrix netSum,
                                    double theta)
Hardlims.

Parameters:
netSum - the net sum
theta - the theta
Returns:
the double matrix

logsig

public static DoubleMatrix logsig(DoubleMatrix netSum)
Logsig.

Parameters:
netSum - the net sum
Returns:
the double matrix

logsigDiff

public static DoubleMatrix logsigDiff(DoubleMatrix netSum)
Logsig diff.

Parameters:
netSum - the net sum
Returns:
the double matrix

poslin

public static DoubleMatrix poslin(DoubleMatrix netSum,
                                  double theta)
Poslin.

Parameters:
netSum - the net sum
theta - the theta
Returns:
the double matrix

purelin

public static DoubleMatrix purelin(DoubleMatrix netSum)
Purelin.

Parameters:
netSum - the net sum
Returns:
the double matrix

satlin

public static DoubleMatrix satlin(DoubleMatrix netSum)
Satlin.

Parameters:
netSum - the net sum
Returns:
the double matrix

satlins

public static DoubleMatrix satlins(DoubleMatrix netSum)
Satlins.

Parameters:
netSum - the net sum
Returns:
the double matrix

tansig

public static DoubleMatrix tansig(DoubleMatrix netSum)
Tansig.

Parameters:
netSum - the net sum
Returns:
the double matrix

tansigDiff

public static DoubleMatrix tansigDiff(DoubleMatrix netSum)
Tansig diff.

Parameters:
netSum - the net sum
Returns:
the double matrix


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