train_autoencoder: Train Autoencoder (stub)
Description
Placeholder for future autoencoder integration in BioMoR.
Usage
train_autoencoder(
data,
feature_cols = NULL,
epochs = 10,
batch_size = 32,
lr = 0.001
)
Value
A placeholder list with class "autoencoder"
Arguments
- data
Input data (matrix or data frame)
- feature_cols
Columns to use as features
- epochs
Number of training epochs
- batch_size
Mini-batch size
- lr
Learning rate