pseudof.reduced {simuclustfactor}R Documentation

PseudoF Score in the Reduced-Space

Description

Computes the PseudoF score in the reduced space.

Usage

pseudof.reduced(bss, wss, full_tensor_shape, reduced_tensor_shape)

Arguments

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.

Value

PseudoF score

References

CaliƄski T, Harabasz J (1974). “A dendrite method for cluster analysis.” Communications in Statistics, 3(1), 1-27. doi:10.1080/03610927408827101, https://www.tandfonline.com/doi/pdf/10.1080/03610927408827101 , https://www.tandfonline.com/doi/abs/10.1080/03610927408827101.

Examples

pseudof.reduced(12,6,c(8,5,4),c(3,3,2))


[Package simuclustfactor version 0.0.3 Index]