saaps.ann
Class Weights

java.lang.Object
  |
  +--saaps.ann.Weights

public class Weights
extends java.lang.Object


Constructor Summary
Weights()
          Creates new Weights
Weights(double[] w, double b)
           
 
Method Summary
 double getBias()
           
 double[] getWeights()
           
 void print()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Weights

public Weights()
Creates new Weights

Weights

public Weights(double[] w,
               double b)
Method Detail

getWeights

public double[] getWeights()

getBias

public double getBias()

print

public void print()