Documentation of 'org.joone.util.RbfRandomCenterSelector' Java class
RbfRandomCenterSelector
org.joone.util

Class RbfRandomCenterSelector

  • All Implemented Interfaces:
    java.io.Serializable, PlugInListener


    public class RbfRandomCenterSelector
    extends ConverterPlugIn
    This plug in is used to select fixed centers for Gaussian RBF layers randomly from the input data. Therefore, I implemented the selector as a plug in, because this way I can easily select centers randomly from the input.
    See Also:
    Serialized Form
    • Constructor Detail

      • RbfRandomCenterSelector

        public RbfRandomCenterSelector(RbfGaussianLayer aRbfGaussianLayer)
        Creates a new instance of RbfRandomCenterSelector
        Parameters:
        aRbfGaussianLayer - the RBF Gaussian layer to get the number of nodes.
    • Method Detail

      • getGaussianParameters

        public RbfGaussianParameters[] getGaussianParameters()
        Gets the parameters for the different nodes in a RBF layer.
        Returns:
        the parameters for the different nodes in a RBF layer.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.