Uses of Class
de.htwdd.rosenkoenig.neuro.net.Sigmoid

Packages that use Sigmoid
de.htwdd.rosenkoenig.neuro.net The package net contains implementations, examples and utilities to create and train neural networks. 
 

Uses of Sigmoid in de.htwdd.rosenkoenig.neuro.net
 

Fields in de.htwdd.rosenkoenig.neuro.net declared as Sigmoid
private static Sigmoid Sigmoid.instance
          Create a new instance of the class to return to all that call the function getInstance.
 

Methods in de.htwdd.rosenkoenig.neuro.net that return Sigmoid
static Sigmoid Sigmoid.getInstance()