Code examples: Difference between revisions
From Jstacs
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
'''Using Jstacs:''' | '''Using Jstacs:''' | ||
* [[Loading data]] | |||
* [[Training a classifier and classifying new sequences]] | |||
* [[Saving and loading a model]] | |||
* [[Performing a 10-fold cross validation]] | * [[Performing a 10-fold cross validation]] | ||
* [[Using the REnvironment]] | * [[Using the REnvironment]] |
Revision as of 11:55, 7 September 2008
At this page we collected some code examples that show how to use or extend the Jstacs framework. You are invited to extend the list and submit code examples to the Jstacs forum.
Using Jstacs:
- Loading data
- Training a classifier and classifying new sequences
- Saving and loading a model
- Performing a 10-fold cross validation
- Using the REnvironment
Extending Jstacs: