Extended N-gram model for learning SMILES strings
initialize(smis = NULL, order = NULL)
Initialize the extend N-gram model with SMILES strings smis and numeric value order
update_mat(data)
update the model with additional SMILES strings data
1 2 3 4 5 6 | data(trainedSMI)
data(engram_5k) #same as run => engram <- ENgram$new(trainedSMI, order=10)
#-----arguments
#smis: character vector, SMILES string set for training an extended N-gram model
#order: numeric, value representing the maximum order in modified N-gram model
#-----arguments
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.