Function creates an object of class iotarelr_iota2
which can be used
with the package iotarelr. This function is for internal use only.
Usage
create_iota2_mean_object(
iota2_list,
free_aem = FALSE,
call = "aifeducation::te_classifier_neuralnet",
original_cat_labels
)
Arguments
- iota2_list
list
of objects of classiotarelr_iota2
.- free_aem
bool
TRUE
if the iota2 objects are estimated without forcing the assumption of weak superiority.- call
string
characterizing the source of estimation. That is, the function within the object was estimated.- original_cat_labels
vector
containing the original labels of each category.
See also
Other Auxiliary Functions:
array_to_matrix()
,
calc_standard_classification_measures()
,
check_embedding_models()
,
clean_pytorch_log_transformers()
,
create_synthetic_units()
,
generate_id()
,
get_coder_metrics()
,
get_folds()
,
get_n_chunks()
,
get_stratified_train_test_split()
,
get_synthetic_cases()
,
get_train_test_split()
,
is.null_or_na()
,
matrix_to_array_c()
,
split_labeled_unlabeled()
,
summarize_tracked_sustainability()
,
to_categorical_c()