Documentation of 'org.neuroph.util.LayerFactory' Java class
LayerFactory
org.neuroph.util

Class LayerFactory



  • public class LayerFactory
    extends java.lang.Object
    Provides methods to create instance of a Layer with various setting (number of neurons and neuron's properties, etc.
    • Method Detail

      • createLayer

        public static Layer createLayer(int neuronsCount,
                                        NeuronProperties neuronProperties)
        Creates and returns instance of Layer with specified number of neurons with specified properties
        Parameters:
        neuronsCount -
        neuronProperties -
        Returns:
      • createLayer

        public static Layer createLayer(int neuronsCount,
                                        java.lang.Class<? extends TransferFunction> transferFunctionClass)
      • createLayer

        public static Layer createLayer(java.util.List<NeuronProperties> neuronPropertiesVector)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.