Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5200815
By: mokhov

There are a number thresholds in the implemented modules depending on which
particular kind and stage you are talking about. You can look up the needed
ones in the constants list or some in the manual. Most of them are properly
documented in javadoc-style comments and can be found (among other things) here:

http://marf.sourceforge.net/docs/marf/0.3.0.6/api-dev/constant-values.html

e.g.:

http://marf.sourceforge.net/docs/marf/0.3.0.6/api-dev/marf/Classification/Distan
ce/DiffDistance.html#DEFAULT_ALLOWED_ERROR

http://marf.sourceforge.net/docs/marf/0.3.0.6/api-dev/marf/Classification/Distan
ce/DiffDistance.html#DISTANCE_FACTOR

http://marf.sourceforge.net/docs/marf/0.3.0.6/api-dev/marf/Classification/Distan
ce/HammingDistance.html#DEFAULT_ALLOWED_ERROR

http://marf.sourceforge.net/docs/marf/0.3.0.6/api-dev/marf/Classification/Neural
Network/NeuralNetwork.html#DEFAULT_EPOCH_NUMBER

http://marf.sourceforge.net/docs/marf/0.3.0.6/api-dev/marf/Classification/Neural
Network/NeuralNetwork.html#DEFAULT_MIN_ERROR

http://marf.sourceforge.net/docs/marf/0.3.0.6/api-dev/marf/Classification/Neural
Network/NeuralNetwork.html#DEFAULT_TRAINING_CONSTANT

...

and many others. Filters, feature extractors, other modules often have their
own
thresholds, so you can look them up in there.

-s


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=213052

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
marf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/marf-devel

Reply via email to