Learn R Programming

simuclustfactor (version 0.0.3)

pseudof.reduced: 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)

Value

PseudoF score

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.

References

pseudoFsimuclustfactor

Examples

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

Run the code above in your browser using DataLab