de.hattrickorganizer.prediction
Class Net

java.lang.Object
  extended by de.hattrickorganizer.prediction.Net

public class Net
extends java.lang.Object


Field Summary
 int[] layer
           
 double[] param
           
 
Constructor Summary
Net()
           
 
Method Summary
 int[] getLayer()
           
 double[] getParam()
           
 void setLayer(int[] layer)
           
 void setParam(double[] param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

param

public double[] param

layer

public int[] layer
Constructor Detail

Net

public Net()
Method Detail

getLayer

public final int[] getLayer()

getParam

public final double[] getParam()

setLayer

public final void setLayer(int[] layer)

setParam

public final void setParam(double[] param)