mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2025-01-01 03:58:22 +01:00
73 lines
2.4 KiB
Plaintext
73 lines
2.4 KiB
Plaintext
Format: 1.52
|
|
|
|
|
|
Title: FANN
|
|
SubTitle: Fast Artificial Neural Network Library
|
|
|
|
# You can add a footer to your documentation like this:
|
|
# Footer: [text]
|
|
# If you want to add a copyright notice, this would be the place to do it.
|
|
|
|
# You can add a timestamp to your documentation like one of these:
|
|
# Timestamp: Generated on month day, year
|
|
# Timestamp: Updated mm/dd/yyyy
|
|
# Timestamp: Last updated mon day
|
|
#
|
|
# m - One or two digit month. January is "1"
|
|
# mm - Always two digit month. January is "01"
|
|
# mon - Short month word. January is "Jan"
|
|
# month - Long month word. January is "January"
|
|
# d - One or two digit day. 1 is "1"
|
|
# dd - Always two digit day. 1 is "01"
|
|
# day - Day with letter extension. 1 is "1st"
|
|
# yy - Two digit year. 2006 is "06"
|
|
# yyyy - Four digit year. 2006 is "2006"
|
|
# year - Four digit year. 2006 is "2006"
|
|
|
|
|
|
# --------------------------------------------------------------------------
|
|
#
|
|
# Cut and paste the lines below to change the order in which your files
|
|
# appear on the menu. Don't worry about adding or removing files, Natural
|
|
# Docs will take care of that.
|
|
#
|
|
# You can further organize the menu by grouping the entries. Add a
|
|
# "Group: [name] {" line to start a group, and add a "}" to end it.
|
|
#
|
|
# You can add text and web links to the menu by adding "Text: [text]" and
|
|
# "Link: [name] ([URL])" lines, respectively.
|
|
#
|
|
# The formatting and comments are auto-generated, so don't worry about
|
|
# neatness when editing the file. Natural Docs will clean it up the next
|
|
# time it is run. When working with groups, just deal with the braces and
|
|
# forget about the indentation and comments.
|
|
#
|
|
# --------------------------------------------------------------------------
|
|
|
|
|
|
Link: Github (https://github.com/libfann/fann)
|
|
Link: FANN Webpage (http://leenissen.dk/fann/wp/)
|
|
|
|
Group: Reference Manual {
|
|
|
|
File: FANN Creation/Execution (fann.h)
|
|
File: FANN Datatypes (fann_data.h)
|
|
File: FANN Training (fann_train.h)
|
|
File: FANN Cascade Training (fann_cascade.h)
|
|
File: FANN Error Handling (fann_error.h)
|
|
File: FANN File Input/Output (fann_io.h)
|
|
File: FANN C++ Wrapper (fann_cpp.h)
|
|
File: FANN C++ Training Data (fann_training_data_cpp.h)
|
|
File: FANN C++ Datatypes (fann_data_cpp.h)
|
|
} # Group: Reference Manual
|
|
|
|
Group: Index {
|
|
|
|
Index: Everything
|
|
Class Index: Classes
|
|
Constant Index: Constants
|
|
Function Index: Functions
|
|
Type Index: Types
|
|
} # Group: Index
|
|
|