Package com.googlecode.fannj
Class FannSparse
- java.lang.Object
-
- com.googlecode.fannj.Fann
-
- com.googlecode.fannj.FannSparse
-
public class FannSparse extends Fann
A standard backpropagation neural network, which is not fully connected.
-
-
Field Summary
Fields Modifier and Type Field Description static float
DEFAULT_CONNECTION_RATE
-
Constructor Summary
Constructors Constructor Description FannSparse(float connectionRate, java.util.List<Layer> layers)
FannSparse(java.util.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, finalize, getNumInputNeurons, getNumOutputNeurons, getTotalNumNeurons, run, save
-
-
-
-
Field Detail
-
DEFAULT_CONNECTION_RATE
public static final float DEFAULT_CONNECTION_RATE
- See Also:
- Constant Field Values
-
-