ds.dbm.top2LatentDims: Two-dimensional representation of latent features

Description Usage Arguments Value

View source: R/main.R

Description

Calculates the mean-field approximation of the activation of the top hidden nodes in the DBM. If there are more than two nodes in the top layer, the dimensionality is further reduced using a principal component analysis (PCA).

Usage

1
ds.dbm.top2LatentDims(datasources, dbm = "dbm", data = "D")

Arguments

datasources

A list of Opal object(s) as a handle to the server-side session

dbm

The name of the DBM model on the server-side. Defaults to "dbm".

data

The name of the variable that holds the data on the server-side. Defaults to "D".

Value

A matrix with two columns for each of the sites, containing the two-dimensional representation for each of the samples in the rows. The samples are shuffled at random.


stefan-m-lenz/dsBoltzmannMachinesClient documentation built on May 2, 2021, 10:46 a.m.