Description Usage Arguments Value
View source: R/platypus.basicFunctions.R
Given a trained platypus model, make predictions. Generally used internally by platypus
1 2 | platypus.predict(view.list, majority, test.ids, unique.labels, labels,
join.fxn = "ensemble")
|
view.list |
List of views to use for predictions |
majority |
Confidence threshold for predictions |
test.ids |
Samples to be predicted |
unique.labels |
Class labels |
labels |
Labels for known samples |
join.fxn |
Function used to make group votes |
Matrix of predictions (One per view, overall, etc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.