embedding {VAE} R Documentation

make matrix data embedding via the VAE method

Description

Usage

embedding(x,
    dims = 9,
    batch.size = 100,
    max.iteration = 1000,
    verbose = NULL,
    n.threads = 8);

Arguments

x

-

dims

[as integer]

batch.size

[as integer]

max.iteration

[as integer]

env

[as Environment]

Details

input training data is the output result

Authors

MLkit

Value

a dataframe object contains the embedding result.

clr value class

Examples


[Package VAE version 1.0.0.0 Index]