com.marmoush.jann.utils.functors
Interface IWeight

All Superinterfaces:
IFunctionable

public interface IWeight
extends IFunctionable

The Interface IWeight.


Field Summary
static IWeight BATCH_DOTPROD
          The Constant DOTPROD.
static IWeight DOTPROD
          The Constant DOTPROD.
 
Method Summary
 DoubleMatrix weightFn(ILayer layer)
          Weight fn.
 
Methods inherited from interface com.marmoush.jann.utils.functors.IFunctionable
toString
 

Field Detail

BATCH_DOTPROD

static final IWeight BATCH_DOTPROD
The Constant DOTPROD.


DOTPROD

static final IWeight DOTPROD
The Constant DOTPROD.

Method Detail

weightFn

DoubleMatrix weightFn(ILayer layer)
Weight fn.

Parameters:
layer - the layer
Returns:
the double matrix


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