make.path.matrix: Generate matrix describing gradient descent path of textreg.

Description Usage Arguments See Also Examples

Description

Generate a matrix of the sequence of features as they are introduced with the textreg gradient descent program along with their coefficients with each step of the descent.

Usage

1

Arguments

res

A textreg.result object.

See Also

Other plot.path.matrix: path.matrix.chart, plot.textreg.result

Examples

1
2
3
4
data( testCorpora )
testI = testCorpora$testI
res = textreg( testI$corpus, testI$labelI, c("frog","goat","bat"), C=2, verbosity=0 )	
make.path.matrix( res )

textreg documentation built on May 2, 2019, 8:34 a.m.