load_all_models_in_subdir: Load all models from a directory with subdirectories

load_all_models_in_subdirR Documentation

Load all models from a directory with subdirectories

Description

Load all models from a directory with subdirectories

Usage

load_all_models_in_subdir(
  num_samples = NULL,
  type_path = "/srv/hake/models/2024/02-version/05-test-models"
)

Arguments

num_samples

The number of samples to use (extracted from the filenames, so must be one of 500, 1000, 2500, 5000, 10000).

type_path

The path where the subdirectories reside

Details

Creates a list of lists of models, each model in the sublist has the same adapt_delta value as the others in that list. The adapt_delta value is extracted from the filename. The names of the list elements are the adapt delta values as character strings

Value

A list of lists


pacific-hake/hake-assessment documentation built on Jan. 14, 2025, 9:12 p.m.