Returns accuracies per batch and overall confusion matrix. Evaluates batch.size
* numberOfBatches
samples.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
fasta.path |
Input directory where fasta/fastq files are located. |
model.path |
Path to pretrained model. |
batch.size |
Number of samples per batch. |
step |
How often to take a sample. |
vocabulary |
Vector of allowed characters, character outside vocabulary get encoded as 0-vector. |
label_vocabulary |
Labels for targets. Equal to vocabulary if not given. |
numberOfBatches |
How many batches to evaluate. |
filePath |
Where to store output, if missing output won't be written. |
format |
File format, "fasta" or "fastq". |
filename |
Name of output file. |
plot |
Returns density plot of accuracies if TRUE. |
mode |
Either "lm" for language model and "label_header" or "label_folder" for label classification. |
seqStart |
Inserts character at beginning of sequence from one file. |
seqEnd |
Insert character at end of sequence from one file. |
withinFile |
Insert characters between fasta entries. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.