Uses of Interface
com.marmoush.jann.ILayer

Packages that use ILayer
com.marmoush.jann   
com.marmoush.jann.model.regression.linear   
com.marmoush.jann.sv   
com.marmoush.jann.utils.functors   
 

Uses of ILayer in com.marmoush.jann
 

Classes in com.marmoush.jann that implement ILayer
 class Layer
          The Class Layer.
 

Uses of ILayer in com.marmoush.jann.model.regression.linear
 

Classes in com.marmoush.jann.model.regression.linear that implement ILayer
 class LinearRegression
           
 

Uses of ILayer in com.marmoush.jann.sv
 

Classes in com.marmoush.jann.sv that implement ILayer
 class SvLayer
          The Class SvLayer.
 

Uses of ILayer in com.marmoush.jann.utils.functors
 

Methods in com.marmoush.jann.utils.functors with parameters of type ILayer
 DoubleMatrix ITransfere.transfere(ILayer layer)
          Transfere.
 DoubleMatrix IWeight.weightFn(ILayer layer)
          Weight fn.
 



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