Neuroph

Uses of Class
org.neuroph.util.WeightsFunctionType

Packages that use WeightsFunctionType
org.neuroph.util Provides various utility classes for creating neural networks, type codes, parsing vectors, etc. 
 

Uses of WeightsFunctionType in org.neuroph.util
 

Methods in org.neuroph.util that return WeightsFunctionType
static WeightsFunctionType WeightsFunctionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WeightsFunctionType[] WeightsFunctionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.neuroph.util with parameters of type WeightsFunctionType
 void NeuronProperties.setProperty(java.lang.String key, WeightsFunctionType value)
           
 

Constructors in org.neuroph.util with parameters of type WeightsFunctionType
NeuronProperties(WeightsFunctionType weightsFunctionType, SummingFunctionType summingFunctionType, TransferFunctionType transferFunctionType)
           
 


Neuroph