com.googlecode.fannj
Class FannShortcut

java.lang.Object
  extended by com.googlecode.fannj.Fann
      extended by com.googlecode.fannj.FannShortcut

public class FannShortcut
extends Fann

A standard backpropagation neural network, which is not fully connected and which also has shortcut connections.


Field Summary
 
Fields inherited from class com.googlecode.fannj.Fann
ann
 
Constructor Summary
FannShortcut(List<Layer> layers)
           
 
Method Summary
 
Methods inherited from class com.googlecode.fannj.Fann
addLayers, close, fann_create_from_file, fann_create_shortcut_array, fann_create_sparse_array, fann_create_standard_array, fann_destroy, fann_get_MSE, fann_get_neuron, fann_get_num_input, fann_get_num_output, fann_get_total_neurons, fann_run, fann_save, fann_set_activation_function, fann_set_activation_steepness, getNumInputNeurons, getNumOutputNeurons, getTotalNumNeurons, run, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FannShortcut

public FannShortcut(List<Layer> layers)