pseudof.reduced | R Documentation |
Computes the PseudoF score in the reduced space.
pseudof.reduced(bss, wss, full_tensor_shape, reduced_tensor_shape)
bss |
Between sums of squared deviations between clusters. |
wss |
Within sums of squared deviations within clusters. |
full_tensor_shape |
Dimensions of the tensor in the original space. |
reduced_tensor_shape |
Dimension of the tensor in the reduced space. |
PseudoF score
pseudoFsimuclustfactor
pseudof.reduced(12,6,c(8,5,4),c(3,3,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.