Description Usage Arguments Value Examples
PAM prediction models
1  | PredictionPAM(A, pamx, test, numb_sideEffects)
 | 
A | 
 prediction scores matrix  | 
pamx | 
 result of pam clustering algorithm  | 
test | 
 test features matrix  | 
numb_sideEffects | 
 number of side effects  | 
predizioni matrix of predictions given PAM clustering
1 2 3 4  | #A is the result of PAM_Model function
#pamx comes from the PAM function
#test is the feature test matrix
#predizioni<-PredictionPAM(A,pamx,test)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.