Метод | Описание | |
---|---|---|
Function ( int currentNeuron, int bestNeuron ) : double |
Compute the RBF function.
|
|
NeighborhoodRBF1D ( IRadialBasisFunction radial ) : Encog.MathUtil.RBF |
Construct the neighborhood function with the specified radial function. Generally this will be a Gaussian function but any RBF should do.
|
|
NeighborhoodRBF1D ( RBFEnum type ) : Encog.MathUtil.RBF |
Construct a 1d neighborhood function.
|
public Function ( int currentNeuron, int bestNeuron ) : double | ||
currentNeuron | int | The current neuron. |
bestNeuron | int | The best neuron. |
Результат | double |
public NeighborhoodRBF1D ( IRadialBasisFunction radial ) : Encog.MathUtil.RBF | ||
radial | IRadialBasisFunction | The radial basis function to use. |
Результат | Encog.MathUtil.RBF |
public NeighborhoodRBF1D ( RBFEnum type ) : Encog.MathUtil.RBF | ||
type | RBFEnum | The RBF type to use. |
Результат | Encog.MathUtil.RBF |