# \donttest{
# Classify the faithful[,1] data into two categories with 10% cross over mix.
fun.class.regime.bi(faithful[,1],0.1,clara)
# Classify the faithful[,1] data into two categories with no mixing:
fun.class.regime.bi(faithful[,1],0,clara)
# }
Run the code above in your browser using DataLab