This pull request adds the option to choose that clustering is done using hiearchical clustering via a new algorithm parameter. Also, the method parameter is updated to either "silhouette" or "exhaustive" so as not to be confused with algorithm. Updates to documentation and tests are included.
@nsh87 this pull request is intended to be incorporated after NbClust. It only has a couple new tests, but I did not think that it necessarily needed more. Let me know if you feel differently.
This pull request adds the option to choose that clustering is done using hiearchical clustering via a new
algorithm
parameter. Also, themethod
parameter is updated to either "silhouette" or "exhaustive" so as not to be confused withalgorithm
. Updates to documentation and tests are included.