control.lsm: Latent Space Model Control Parameters

Description Usage Arguments Details Value Author(s)

View source: R/control.R

Description

Control parameters for latent space models.

Usage

1
2
control.lsm(MCMC.burnin = 2^10, MCMC.interval = 100,
  MCMC.samplesize = 2^10, dist_metric = "euclidean")

Arguments

MCMC.burnin

Integer. Burn-in for MCMC sampler. Defaults to 1024.

MCMC.interval

Integer. Number of steps to be taken between saving samples. Defaults to 100.

MCMC.samplesize

Integer. Number of samples from the posterior to be saved. Defaults to 1024.

dist_metric

Character string indicating the distance metric to use. Valid entries include "euclidean" for the standard Euclidean distance and "euclidean2" for squared Euclidean distance.

Details

Control parameters for latent space models.

Value

List of control parameters.

Author(s)

Jason W. Morgan jason.w.morgan@gmail.com


jason-morgan/dynnet documentation built on May 18, 2019, 4:53 p.m.