A data frame in which the columns (subjects) contain a 0/1 value for row (Node or Edge).
type
The type of graph being used (adjmatrix or adjmatrixlt).
desiredGroups
The number of groups to test for.
maxIter
The maximum number of iterations to run searching for an optimal split.
digits
The number of digits to round internal values to when checking the stop criteria.
Value
A list that contains information about the group splits. The list contains the final weights,
gstars and taus for every group, a boolean indicating convergence, the number of iterations
it took, and the group for each graph.
Details
Generally this function is not used by itself but in conjunction with getLoglikeMixture.