org.joone.util
Class RbfRandomCenterSelector
- java.lang.Object
-
- org.joone.util.AbstractConverterPlugIn
-
- org.joone.util.ConverterPlugIn
-
- org.joone.util.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 Summary
Constructors Constructor and Description RbfRandomCenterSelector(RbfGaussianLayer aRbfGaussianLayer)Creates a new instance of RbfRandomCenterSelector
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description RbfGaussianParameters[]getGaussianParameters()Gets the parameters for the different nodes in a RBF layer.-
Methods inherited from class org.joone.util.ConverterPlugIn
isApplyEveryCycle, newCycle, setApplyEveryCycle
-
Methods inherited from class org.joone.util.AbstractConverterPlugIn
addPlugIn, addPlugInListener, check, convertPatterns, dataChanged, getAdvancedSerieSelector, getName, getNextPlugIn, isConnected, removeAllPlugIns, removePlugInListener, setAdvancedSerieSelector, setConnected, setInputVector, setName, setNextPlugin, setNextPlugIn
-
-
-
-
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