initClusters: To initialize clusters for the divisive algorithm.
Description
To initialize clusters for the divisive algorithm.
Usage
initClusters(initList)
Arguments
initList
is a clusters list. It will contain clusters with one element.
Value
A cluster list.
Details
This function will calculate every cluster that can be created by joining initial clusters with each other. It creates clusters
from length = 1 until a cluster with every element is created.
These clusters will be used to find the most different clusters that we can create by dividing the initial cluster.