tcm.core: The core function for optimizaing TCM

Description Usage Arguments

Description

The core function for optimizaing TCM

Usage

1
2
tcm.core(X, U = NULL, V = NULL, a = NULL, landscape = NULL, CT = NULL,
  mem = NULL, c0 = 0.001, d0 = 0.001, control = NULL)

Arguments

S

a column stochastic matrix (colSums(S) == 1). describing the relationship between free and convolving prototypes

L

Precision matrix defined for the prototypes

optimization.method

optimization method for TCM, either 'batch' or 'stochastic'

batch.size

size of mini batch

mc.cores

number of CPU cores (default: 1)

max.size.per.batch

maximum samples per batch


gongx030/tcm documentation built on June 4, 2019, 7:26 p.m.