Méthode | Description | |
---|---|---|
CreateAcyclicScheme ( ) : |
Create an activation scheme for acyclic networks.
|
|
CreateCyclicFixedTimestepsScheme ( int timestepsPerActivation ) : |
Create an activation scheme with a fixed number of activation timesteps (suitable for cyclic networks only).
|
|
CreateCyclicFixedTimestepsScheme ( int timestepsPerActivation, bool fastFlag ) : |
Create an activation scheme with a fixed number of activation timesteps (suitable for cyclic networks only). 'fastFlag' indicates if a fast network implementation should be used.
|
|
CreateCyclicRelaxingActivationScheme ( double signalDeltaThreshold, int maxTimesteps ) : |
Create a relaxing activation scheme (suitable for cyclic networks only).
|
|
CreateCyclicRelaxingActivationScheme ( double signalDeltaThreshold, int maxTimesteps, bool fastFlag ) : |
Create a relaxing activation scheme (suitable for cyclic networks only). 'fastFlag' indicates if a fast network implementation should be used.
|
Méthode | Description | |
---|---|---|
NetworkActivationScheme ( ) |
Private constructor to restrict construction to static factory methods.
|
public static CreateAcyclicScheme ( ) : |
||
Résultat |
public static CreateCyclicFixedTimestepsScheme ( int timestepsPerActivation ) : |
||
timestepsPerActivation | int | |
Résultat |
public static CreateCyclicFixedTimestepsScheme ( int timestepsPerActivation, bool fastFlag ) : |
||
timestepsPerActivation | int | |
fastFlag | bool | |
Résultat |
public static CreateCyclicRelaxingActivationScheme ( double signalDeltaThreshold, int maxTimesteps ) : |
||
signalDeltaThreshold | double | |
maxTimesteps | int | |
Résultat |
public static CreateCyclicRelaxingActivationScheme ( double signalDeltaThreshold, int maxTimesteps, bool fastFlag ) : |
||
signalDeltaThreshold | double | |
maxTimesteps | int | |
fastFlag | bool | |
Résultat |