Learn R Programming

DrugClust (version 0.2)

Prediction_PAM: Prediction_PAM

Description

PAM prediction models

Usage

PredictionPAM(A, pamx, test, numb_sideEffects)

Arguments

A
prediction scores matrix
pamx
result of pam clustering algorithm
test
test features matrix
numb_sideEffects
number of side effects

Value

predizioni matrix of predictions given PAM clustering

Examples

Run this code
#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)

Run the code above in your browser using DataLab