Runs a evaluation on the E. coli genome, returns a list of accuracy value for each letter in the vocabulary
1 2 3 4 5 6 | ecoliEvaluation(
model,
genome = "ecoli_small",
maxlen = 80,
vocabulary = c("-", "|", "a", "c", "g", "t")
)
|
model |
used model |
genome |
used genome for the evaluation |
maxlen |
time steps to unroll for (e.g. length of semi-redundant chunks) |
vocabulary |
char contains the vocabulary from the input char, it should be sorted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.