📄 svdinterface.1
字号:
.\" Process this file with .\" groff -man -Tascii svdinterface.1.TH SVDINTERFACE 1 "February 2004" "Infomap Project" "Infomap NLP Manual".SH NAME.TP svdinterface \- invoke SVDPACKC to perform SVD.SH SYNOPSIS.B svdinterface.BR -singvals " <num_singvals> " -iter " <num_iter> ".SH DESCRIPTION.B svdinterfaceuses the SVDPACKC library from the University of Tennessee to reducethe dimensions of a matrix using Singular Value Decomposition (SVD).Note that the SVDPACKC library (and therefore the .B svdinterfaceprogram) are under a different license from the rest of the Infomap NLP software.In particular, the incorporation of SVDPACKC or the.B svdinterface program in a commercial product requires the express consent ofthe University of Tennessee. You have been warned.Note that .B svdinterfacemust be run in the directory in which the model is being built.(I.e. the .IR "model data directory" ,which contains the actual model files.) The.B infomap-build program takes care of this requirement automatically..SH OPTIONS.TP.BI -singvals \ <num_singvals>The number of singular values to be produced in the resultingmatrix. This is therefore the number of dimensions that theword vectors will ultimately have..TP.BI -iter \ <num_iter>The number of iterations to use in the algorithm that computes theSVD..\" .SH EXAMPLES.SH INPUT FILESThese files are read from the model data directory, which mustbe the current working directory when .B svdinterfaceis invoked..I indx.RSThis file and .I colltaken together encode the pre-SVD matrix. See.BR count_wordvec (1)..RE.I coll.RS This file and.I indxtaken together encode the pre-SVD matrix. See.BR count_wordvec (1)..RE.I model_params.bin.RSReads in this file and writes out a modified version.See .BR prepare_corpus (1)..RE.I model_info.bin.RSReads in this file and writes out a modified version.See.BR prepare_corpus (1)..RE.SH OUTPUT FILESAll of these files are written to the model data directory,which is taken to be the current working directory when.B svdinterfaceis invoked..I left.RSThe left singular vectors that result from the Singular ValueDecomposition. These are the "word vectors" that are used by.BR associate (1)..RE.I rght.RSThe right singular vectors that result from the Singular ValueDecomposition. These are not used by the current implementation..RE.I sing.RSThe singular values produced by Singular Value Decomposition (thediagonal elements of the diagonal matrix that is produced). Theseare not used by the current implementation..RE.I model_params.bin.RSReads in this file and writes out a modified version.See .BR prepare_corpus (1)..RE.I model_info.bin.RSReads in this file and writes out a modified version.See.BR prepare_corpus (1)..RE.SH SEE ALSO.BR prepare_corpus (1), \ count_wordvec (1), \ encode_wordvec (1), \\ count_artvec (1), \ write_text_params (1)..SH DIAGNOSTICSReturns 0 to indicate success; nonzero value to indicate error..SH BUGSThis page should have a more detailed description of the inputand output file formats. Ideally, we should have a single interfaceprogram that can use various different SVD libraries on the back end.Please report bugs to .BR infomap-nlp-users@lists.sourceforge.net ..SH CREDITSThe Infomap NLP software was written by Stefan Kaufmann, HinrichSchuetze, Dominic Widdows, Beate Dorow, and Scott Cederberg. TheInfomap algorithm was originally developed by Hinrich Schuetze. .B svdinterfaceuses the SVDPACKC library from the University of Tennessee.Incorporating this library in a commercial product requires the express permission of the University of Tennessee..SH AUTHORThis manual page was written by Scott Cederberg. Please directinquiries and bug reports to .BR infomap-nlp-users@lists.sourceforge.net .
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -