pseudof.reduced: PseudoF Score in the Reduced-Space

View source: R/utils.R

pseudof.reducedR 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

\insertRef

pseudoFsimuclustfactor

Examples

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


simuclustfactor documentation built on Oct. 18, 2022, 9:07 a.m.