D | |
DataAccessor | |
DataCreateCallback | |
DecimalPoint, FANNCSharp. | |
Delegates | |
DescaleInput | |
DescaleOutput | |
DescaleTrain | |
DisableSeedRand | |
Dispose ArrayAccessorDataAccessorFANNCSharp. | |
E | |
EnableSeedRand | |
Enumerations, FANNCSharp | |
ErrNo | |
ERRORFUNC_LINEAR, FANNCSharp. | |
ERRORFUNC_TANH, FANNCSharp. | |
ErrorFunction, FANNCSharp | |
ErrorFunction.cs | |
ErrorLog | |
ErrStr |
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, 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 )
Returns the position of the decimal point in the ann.
public uint DecimalPoint { get }
Scale data in input vector after get it from ann based on previously calculated parameters.
public void DescaleInput( float[] input )
Scale data in output 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 )
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 DescaleTrain( TrainingData data )
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.
public void DisableSeedRand()
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 Dispose()
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 void EnableSeedRand()
Returns the last error number.
public uint ErrNo { get }
Returns the last error number.
public uint ErrNo { get }
Returns the last error number.
public uint ErrNo { get }
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 FannFile ErrorLog { set }
Returns the last errstr.
public string ErrStr { get }
Returns the last errstr.
public string ErrStr { get }
Returns the last errstr.
public string ErrStr { get }