Documentation of 'org.joone.engine.RbfGaussianLayer' Java class
RbfGaussianLayer
org.joone.engine

Class RbfGaussianLayer

    • Constructor Detail

      • RbfGaussianLayer

        public RbfGaussianLayer()
        Creates a new instance of RbfGaussianLayer
    • Method Detail

      • getGaussianParameters

        public RbfGaussianParameters[] getGaussianParameters()
        Gets the parameters that define the Gaussian RBFs.
        Returns:
        the Gaussian RBFs parameters.
      • setGaussianParameters

        public void setGaussianParameters(RbfGaussianParameters[] aGaussianParameters)
        Sets the parameters that define the Gaussian RBFs.
        Parameters:
        aGaussianParameters - The new parameters for the RBFs.
      • useRandomCenter

        public void useRandomCenter(StreamInputSynapse aStreamInput)
        Sets the Gaussian parameters to centers chosen randomly from the input/training data.
        Parameters:
        aStreamInput - the synapse providing the input, from where we will select random centers.
      • Inspections

        public java.util.Collection Inspections()
        It doesn't make sense to return biases for this layer
        Specified by:
        Inspections in interface Inspectable
        Overrides:
        Inspections in class Layer
        Returns:
        null
        See Also:
        org.joone.Inspection

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.