All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.neuralnet.OutFunc

java.lang.Object
   |
   +----berkeley.cs.dmc.neuralnet.OutFunc

public abstract class OutFunc
extends Object

Variable Index

 o identity

Constructor Index

 o OutFunc()

Method Index

 o eval(double)
 o getName()

Variables

 o identity
 public static final OutFunc identity

Constructors

 o OutFunc
 public OutFunc()

Methods

 o getName
 public abstract String getName()
 o eval
 public abstract double eval(double act)

All Packages  Class Hierarchy  This Package  Previous  Next  Index