accuracy_hpc | R Documentation |
accuracy function to be executed on a high performing computing cluster system.
accuracy_hpc(generate, crossvali = iterat, ntree = 200, loreg = F)
generate |
output of generate_input_accuracy_hpc function. |
crossvali |
numeric index to iterate through indixes of n-fold sampled cells for training data. |
ntree |
number of trees to grow for random forest based reclassification. |
loreg |
logical. If |
give_accuracy <- accuracy(generate = tes_generate, crossvali = iterat, ntree = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.