Method to cut a DcLbmPath solution to a desired number of cluster
This method take a DcLbmPath-class
and an integer K and return the solution from the path with K clusters
## S4 method for signature 'DcLbmPath' cut(x, K)
x
: A an DcLbmPath-class
solutionK
: Desired number of clusteran IclPath-class
object with the desired number of cluster
Useful links