Learn R Programming

autotab (version 0.1.3)

set_feat_dist: Set the feature distribution for AutoTab

Description

This function stores the output of extracting_distribution() / feat_reorder() inside the package, so subsequent functions (e.g., VAE_train()) can access it safely without relying on the global environment.

Usage

set_feat_dist(feat_dist)

Arguments

feat_dist

A data.frame returned by extracting_distribution() or feat_reorder().