Training a classifier and classifying new sequences: Revision history

From Jstacs
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 May 2011

2 December 2009

7 September 2008

  • curprev 13:3113:31, 7 September 2008Grau talk contribs 1,435 bytes +1,435 New page: <source lang="java5"> //create a DNA-alphabet AlphabetContainer container = new AlphabetContainer( new DNAAlphabet() ); //the length of our input sequences int length = 7; //create a Sam...