summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION102
1 files changed, 51 insertions, 51 deletions
diff --git a/REFLECTION b/REFLECTION
index 13fd954..fa58895 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,57 +1,57 @@
-Extension [ <persistent> extension #93 fann version 1.1.1 ] {
+Extension [ <persistent> extension #119 fann version 1.1.1 ] {
- Constants [51] {
Constant [ string FANN_VERSION ] { 2.2 }
- Constant [ integer FANN_TRAIN_INCREMENTAL ] { 0 }
- Constant [ integer FANN_TRAIN_BATCH ] { 1 }
- Constant [ integer FANN_TRAIN_RPROP ] { 2 }
- Constant [ integer FANN_TRAIN_QUICKPROP ] { 3 }
- Constant [ integer FANN_TRAIN_SARPROP ] { 4 }
- Constant [ integer FANN_LINEAR ] { 0 }
- Constant [ integer FANN_THRESHOLD ] { 1 }
- Constant [ integer FANN_THRESHOLD_SYMMETRIC ] { 2 }
- Constant [ integer FANN_SIGMOID ] { 3 }
- Constant [ integer FANN_SIGMOID_STEPWISE ] { 4 }
- Constant [ integer FANN_SIGMOID_SYMMETRIC ] { 5 }
- Constant [ integer FANN_SIGMOID_SYMMETRIC_STEPWISE ] { 6 }
- Constant [ integer FANN_GAUSSIAN ] { 7 }
- Constant [ integer FANN_GAUSSIAN_SYMMETRIC ] { 8 }
- Constant [ integer FANN_GAUSSIAN_STEPWISE ] { 9 }
- Constant [ integer FANN_ELLIOT ] { 10 }
- Constant [ integer FANN_ELLIOT_SYMMETRIC ] { 11 }
- Constant [ integer FANN_LINEAR_PIECE ] { 12 }
- Constant [ integer FANN_LINEAR_PIECE_SYMMETRIC ] { 13 }
- Constant [ integer FANN_SIN_SYMMETRIC ] { 14 }
- Constant [ integer FANN_COS_SYMMETRIC ] { 15 }
- Constant [ integer FANN_SIN ] { 16 }
- Constant [ integer FANN_COS ] { 17 }
- Constant [ integer FANN_ERRORFUNC_LINEAR ] { 0 }
- Constant [ integer FANN_ERRORFUNC_TANH ] { 1 }
- Constant [ integer FANN_STOPFUNC_MSE ] { 0 }
- Constant [ integer FANN_STOPFUNC_BIT ] { 1 }
- Constant [ integer FANN_NETTYPE_LAYER ] { 0 }
- Constant [ integer FANN_NETTYPE_SHORTCUT ] { 1 }
- Constant [ integer FANN_E_NO_ERROR ] { 0 }
- Constant [ integer FANN_E_CANT_OPEN_CONFIG_R ] { 1 }
- Constant [ integer FANN_E_CANT_OPEN_CONFIG_W ] { 2 }
- Constant [ integer FANN_E_WRONG_CONFIG_VERSION ] { 3 }
- Constant [ integer FANN_E_CANT_READ_CONFIG ] { 4 }
- Constant [ integer FANN_E_CANT_READ_NEURON ] { 5 }
- Constant [ integer FANN_E_CANT_READ_CONNECTIONS ] { 6 }
- Constant [ integer FANN_E_WRONG_NUM_CONNECTIONS ] { 7 }
- Constant [ integer FANN_E_CANT_OPEN_TD_W ] { 8 }
- Constant [ integer FANN_E_CANT_OPEN_TD_R ] { 9 }
- Constant [ integer FANN_E_CANT_READ_TD ] { 10 }
- Constant [ integer FANN_E_CANT_ALLOCATE_MEM ] { 11 }
- Constant [ integer FANN_E_CANT_TRAIN_ACTIVATION ] { 12 }
- Constant [ integer FANN_E_CANT_USE_ACTIVATION ] { 13 }
- Constant [ integer FANN_E_TRAIN_DATA_MISMATCH ] { 14 }
- Constant [ integer FANN_E_CANT_USE_TRAIN_ALG ] { 15 }
- Constant [ integer FANN_E_TRAIN_DATA_SUBSET ] { 16 }
- Constant [ integer FANN_E_INDEX_OUT_OF_BOUND ] { 17 }
- Constant [ integer FANN_E_SCALE_NOT_PRESENT ] { 18 }
- Constant [ integer FANN_E_INPUT_NO_MATCH ] { 19 }
- Constant [ integer FANN_E_OUTPUT_NO_MATCH ] { 20 }
+ Constant [ int FANN_TRAIN_INCREMENTAL ] { 0 }
+ Constant [ int FANN_TRAIN_BATCH ] { 1 }
+ Constant [ int FANN_TRAIN_RPROP ] { 2 }
+ Constant [ int FANN_TRAIN_QUICKPROP ] { 3 }
+ Constant [ int FANN_TRAIN_SARPROP ] { 4 }
+ Constant [ int FANN_LINEAR ] { 0 }
+ Constant [ int FANN_THRESHOLD ] { 1 }
+ Constant [ int FANN_THRESHOLD_SYMMETRIC ] { 2 }
+ Constant [ int FANN_SIGMOID ] { 3 }
+ Constant [ int FANN_SIGMOID_STEPWISE ] { 4 }
+ Constant [ int FANN_SIGMOID_SYMMETRIC ] { 5 }
+ Constant [ int FANN_SIGMOID_SYMMETRIC_STEPWISE ] { 6 }
+ Constant [ int FANN_GAUSSIAN ] { 7 }
+ Constant [ int FANN_GAUSSIAN_SYMMETRIC ] { 8 }
+ Constant [ int FANN_GAUSSIAN_STEPWISE ] { 9 }
+ Constant [ int FANN_ELLIOT ] { 10 }
+ Constant [ int FANN_ELLIOT_SYMMETRIC ] { 11 }
+ Constant [ int FANN_LINEAR_PIECE ] { 12 }
+ Constant [ int FANN_LINEAR_PIECE_SYMMETRIC ] { 13 }
+ Constant [ int FANN_SIN_SYMMETRIC ] { 14 }
+ Constant [ int FANN_COS_SYMMETRIC ] { 15 }
+ Constant [ int FANN_SIN ] { 16 }
+ Constant [ int FANN_COS ] { 17 }
+ Constant [ int FANN_ERRORFUNC_LINEAR ] { 0 }
+ Constant [ int FANN_ERRORFUNC_TANH ] { 1 }
+ Constant [ int FANN_STOPFUNC_MSE ] { 0 }
+ Constant [ int FANN_STOPFUNC_BIT ] { 1 }
+ Constant [ int FANN_NETTYPE_LAYER ] { 0 }
+ Constant [ int FANN_NETTYPE_SHORTCUT ] { 1 }
+ Constant [ int FANN_E_NO_ERROR ] { 0 }
+ Constant [ int FANN_E_CANT_OPEN_CONFIG_R ] { 1 }
+ Constant [ int FANN_E_CANT_OPEN_CONFIG_W ] { 2 }
+ Constant [ int FANN_E_WRONG_CONFIG_VERSION ] { 3 }
+ Constant [ int FANN_E_CANT_READ_CONFIG ] { 4 }
+ Constant [ int FANN_E_CANT_READ_NEURON ] { 5 }
+ Constant [ int FANN_E_CANT_READ_CONNECTIONS ] { 6 }
+ Constant [ int FANN_E_WRONG_NUM_CONNECTIONS ] { 7 }
+ Constant [ int FANN_E_CANT_OPEN_TD_W ] { 8 }
+ Constant [ int FANN_E_CANT_OPEN_TD_R ] { 9 }
+ Constant [ int FANN_E_CANT_READ_TD ] { 10 }
+ Constant [ int FANN_E_CANT_ALLOCATE_MEM ] { 11 }
+ Constant [ int FANN_E_CANT_TRAIN_ACTIVATION ] { 12 }
+ Constant [ int FANN_E_CANT_USE_ACTIVATION ] { 13 }
+ Constant [ int FANN_E_TRAIN_DATA_MISMATCH ] { 14 }
+ Constant [ int FANN_E_CANT_USE_TRAIN_ALG ] { 15 }
+ Constant [ int FANN_E_TRAIN_DATA_SUBSET ] { 16 }
+ Constant [ int FANN_E_INDEX_OUT_OF_BOUND ] { 17 }
+ Constant [ int FANN_E_SCALE_NOT_PRESENT ] { 18 }
+ Constant [ int FANN_E_INPUT_NO_MATCH ] { 19 }
+ Constant [ int FANN_E_OUTPUT_NO_MATCH ] { 20 }
}
- Functions {