Interface ExtraLatentStructureAlgorithm

All Superinterfaces:
LatentStructureAlgorithm
All Known Implementing Classes:
MimbuildBollen, MimbuildPca

public interface ExtraLatentStructureAlgorithm extends LatentStructureAlgorithm
A tagging interface for algorithms that can be used for latent structure search.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the block specification for configuring the algorithm.
  • Method Details

    • setBlockSpec

      void setBlockSpec(BlockSpec blockSpec)
      Sets the block specification for configuring the algorithm.
      Parameters:
      blockSpec - the block specification to be applied, which defines the structure and parameters required by the algorithm.