Description Usage Arguments Value Examples
Predict labels or probabilities for new samples.
1 2  | 
object | 
 beefedUpKNN object.  | 
x | 
 matrix: Normalized and log-transformed expression values (samples in rows, features in columns).  | 
k | 
 integer: Number of nearest neighbors casting votes.  | 
type | 
 character: Either "class" for labels or "prob" for class probabilities.  | 
... | 
 additional arguments, currently not used.  | 
factor if type = "class" or matrix of class probabilities if type = "posterior"
1  | # ADD_EXAMPLES_HERE
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.