# NOT RUN {
# loads data about CPU execution metrics of a distributed
# version of Alternating Least Squares (ALS) algorithm
data(cpu.als)
# call the gama clustering algorithm
gamaObj <- gama(cpu.als, k = 4)
# call the print.gama function to detail the clustering results
# note: print.gama uses generic function concept, which allows a call to print, only.
print(gamaObj)
# }
Run the code above in your browser using DataLab