Type Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 ActivationFunction, FANNCSharp
E
 ErrorFunction, FANNCSharp
F
 FANN C#ActivationFunction enumerator, FANNCSharp
 FANN C#ErrorFunction enumerator, FANNCSharp
 FANN C#NetworkType enumerator, FANNCSharp
 FANN C#StopFunction enumerator, FANNCSharp
 FANN C#TrainingAlgorithm enumerator, FANNCSharp
N
 NetworkType, FANNCSharp
S
 StopFunction, FANNCSharp
T
 TrainingAlgorithm, FANNCSharp
The activation functions used for the neurons during training.
Error function used during training.
public enum ActivationFunction
public enum ErrorFunction
public enum NetworkType
public enum StopFunction
public enum TrainingAlgorithm
Definition of network types used by FANNCSharp.Float::NeuralNet::NetworkType
Stop criteria used during training.
The Training algorithms used when training on FANNCSharp.Float::TrainingData with functions like FANNCSharp.Float::NeuralNet::TrainOnData or FANNCSharp.Float::NeuralNet::TrainOnFile.
Close