9namespace fs = std::filesystem;
void setup_subcommand_create_rooms(CLI::App &app, std::shared_ptr< RuxOptions > global_opt)
Setup the segment rooms subcommand in the CLI application.
int run_subcommand_segment_rooms(SubcommandSegRoomsOptions const &opt, const RuxOptions &global_opt)
Run the segment rooms subcommand with given options.
Collection of all options for room segmentation subcommand.
float resolution
Leiden resolution parameter (cluster granularity).
int max_iter
Maximum iterations (-1 = until convergence).
float beta
Leiden beta (refinement randomness).
std::string filter_expr
Filter expression to limit processing.