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
D
 DataAccessor
 DataCreateCallback
 DecimalPoint, FANNCSharp.Fixed.NeuralNet
 Delegates
 DescaleInput
 DescaleOutput
 DescaleTrain
 DisableSeedRand
 Dispose
E
 EnableSeedRand
 Enumerations, FANNCSharp
 ErrNo
 ERRORFUNC_LINEAR, FANNCSharp.ErrorFunction
 ERRORFUNC_TANH, FANNCSharp.ErrorFunction
 ErrorFunction, FANNCSharp
 ErrorFunction.cs
 ErrorLog
 ErrStr
Provides fast access to an array of doubles
public delegate void DataCreateCallback(uint number,
uint inputCount,
uint outputCount,
double[] input,
double[] output)
Called for each trianing data input/output pair to create the entire training data set.
public delegate void DataCreateCallback(uint number,
uint inputCount,
uint outputCount,
int[] input,
int[] output)
Called for each trianing data input/output pair to create the entire training data set.
public delegate void DataCreateCallback(uint number,
uint inputCount,
uint outputCount,
float[] input,
float[] output)
Called for each trianing data input/output pair to create the entire training data set.
public uint DecimalPoint { get }
Returns the position of the decimal point in the ann.
Scale data in input vector after get it from ann based on previously calculated parameters.
public void DescaleInput(float[] input)
Scale data in input vector after get it from ann based on previously calculated parameters.
public void DescaleOutput(double[] output)
Scale data in output vector after get it from ann based on previously calculated parameters.
public void DescaleOutput(float[] output)
Scale data in output vector after get it from ann based on previously calculated parameters.
public void DescaleTrain(TrainingData data)
Descale input and output data based on previously calculated parameters.
public void DescaleTrain(TrainingData data)
Descale input and output data based on previously calculated parameters.
public void DisableSeedRand()
Disables the automatic random generator seeding that happens in FANN.
public void DisableSeedRand()
Disables the automatic random generator seeding that happens in FANN.
public void DisableSeedRand()
Disables the automatic random generator seeding that happens in FANN.
Destructs the accessor.
Destructs the accessor.
public void Dispose()
Disposes the enumerator
public void Dispose()
Destructs the connection.
public void Dispose()
Destructs the entire network.
public void Dispose()
Disposes of the training data.
public void Dispose()
Closes the file
public void Dispose()
Destructs the connection.
public void Dispose()
Destructs the entire network.
public void Dispose()
Disposes of the training data.
public void Dispose()
Destructs the connection.
public void Dispose()
Destructs the entire network.
public void Dispose()
Disposes of the training data.
public void EnableSeedRand()
Enables the automatic random generator seeding that happens in FANN.
public void EnableSeedRand()
Enables the automatic random generator seeding that happens in FANN.
public void EnableSeedRand()
Enables the automatic random generator seeding that happens in FANN.
public uint ErrNo { get }
Returns the last error number.
public uint ErrNo { get }
Returns the last error number.
public uint ErrNo { get }
Returns the last error number.
Standard linear error function.
Tanh error function, usually better but can require a lower learning rate.
Error function used during training.
public FannFile ErrorLog { set }
Change where errors are logged to.
public FannFile ErrorLog { set }
Change where errors are logged to.
public FannFile ErrorLog { set }
Change where errors are logged to.
public string ErrStr { get }
Returns the last errstr.
public string ErrStr { get }
Returns the last errstr.
public string ErrStr { get }
Returns the last errstr.
Close