ecoliEvaluation: Runs a evaluation on the E. coli genome, returns a list of...

Description Usage Arguments

View source: R/tensorboard.R

Description

Runs a evaluation on the E. coli genome, returns a list of accuracy value for each letter in the vocabulary

Usage

1
2
3
4
5
6
ecoliEvaluation(
  model,
  genome = "ecoli_small",
  maxlen = 80,
  vocabulary = c("-", "|", "a", "c", "g", "t")
)

Arguments

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.


hiddengenome/altum documentation built on April 22, 2020, 9:33 p.m.