com.marmoush.jann
Interface IFillableLayer

All Known Subinterfaces:
ILayer
All Known Implementing Classes:
Layer, LinearRegression, SvLayer

public interface IFillableLayer

The Interface IFillableLayer.


Method Summary
 void setFill(double value, DoubleMatrix... matrices)
          Sets the fill.
 void setFillRandom(DoubleMatrix... matrices)
          Sets the fill random.
 void setFillRandomFloor(DoubleMatrix... matrices)
          Sets the fill random floor.
 void setFillRandomMinMax(double min, double max, DoubleMatrix... matrices)
          Sets the fill random min max.
 void setFillRandomMinMaxFloor(int min, int max, DoubleMatrix... matrices)
          Sets the fill random min max floor.
 

Method Detail

setFill

void setFill(double value,
             DoubleMatrix... matrices)
Sets the fill.

Parameters:
value - the value
matrices - the matrices

setFillRandom

void setFillRandom(DoubleMatrix... matrices)
Sets the fill random.

Parameters:
matrices - the new fill random

setFillRandomFloor

void setFillRandomFloor(DoubleMatrix... matrices)
Sets the fill random floor.

Parameters:
matrices - the new fill random floor

setFillRandomMinMax

void setFillRandomMinMax(double min,
                         double max,
                         DoubleMatrix... matrices)
Sets the fill random min max.

Parameters:
min - the min
max - the max
matrices - the matrices

setFillRandomMinMaxFloor

void setFillRandomMinMaxFloor(int min,
                              int max,
                              DoubleMatrix... matrices)
Sets the fill random min max floor.

Parameters:
min - the min
max - the max
matrices - the matrices


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