Uses of Class
com.marmoush.jann.Layer

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

Uses of Layer in com.marmoush.jann
 

Constructor parameters in com.marmoush.jann with type arguments of type Layer
NeuralNetwork(Collection<? extends Layer> c)
          Instantiates a new neural network.
 

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

Subclasses of Layer in com.marmoush.jann.model.regression.linear
 class LinearRegression
           
 

Uses of Layer in com.marmoush.jann.sv
 

Subclasses of Layer in com.marmoush.jann.sv
 class SvLayer
          The Class SvLayer.
 

Uses of Layer in com.marmoush.jann.utils
 

Method parameters in com.marmoush.jann.utils with type arguments of type Layer
static void NetworkUtils.bpff(List<? extends Layer> net, NeuralDirectedGraph ngraph)
          Bpff.
static DoubleMatrix NetworkUtils.getInputsConcatenatedForLayer(int layerIdx, List<? extends Layer> net, NeuralDirectedGraph ngraph)
          Gets the inputs concatenated for layer.
static void NetworkUtils.setFill(List<? extends Layer> net, double value)
          Sets the fill.
static void NetworkUtils.setFillRandom(List<? extends Layer> net)
          Sets the fill random.
static void NetworkUtils.setFillRandomFloor(List<? extends Layer> net)
          Sets the fill random floor.
static void NetworkUtils.setFillRandomMinMax(List<? extends Layer> net, double min, double max)
          Sets the fill random min max.
static void NetworkUtils.setFillRandomMinMaxFloor(List<? extends Layer> net, int min, int max)
          Sets the fill random min max floor.
static void NetworkUtils.simulate(List<? extends Layer> net, NeuralDirectedGraph ngraph)
          Simulate.
static void NetworkUtils.updateNetworkInput(List<? extends Layer> net, NeuralDirectedGraph ngraph)
          Update network input.
static void NetworkUtils.updateNetworkNetsum(List<? extends Layer> net)
          Update network netsum.
static void NetworkUtils.updateNetworkOutput(List<? extends Layer> net)
          Update network output.
 



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