[mlpack-svn] [MLPACK] #184: HyphenateString() leaves out the last line?

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Thu Jan 19 11:51:36 EST 2012


#184: HyphenateString() leaves out the last line?
---------------------+------------------------------------------------------
 Reporter:  rcurtin  |        Owner:                                                       
     Type:  defect   |       Status:  new                                                  
 Priority:  trivial  |    Milestone:  mlpack 1.0.1                                         
Component:  mlpack   |     Keywords:  HyphenateString CLI PROGRAM_INFO string documentation
 Blocking:           |   Blocked By:                                                       
---------------------+------------------------------------------------------
 From `radical_main.cpp`:

 {{{
 PROGRAM_INFO("RADICAL", "An implementation of RADICAL, a method for
 independent"
     "component analysis (ICA).  Assuming that we have an input matrix X,
 the"
     "goal is to find a square unmixing matrix W such that Y = W * X and
 the "
     "dimensions of Y are independent components.\n"
     "\n"
     "For more details, see the following paper:\n"
     "\n"
     "@article{\n"
     "  title = {ICA Using Spacings Estimates of Entropy},\n"
     "  author = {Learned-Miller, E.G. and Fisher III, J.W.},\n"
     "  journal = {Journal of Machine Learning Research},\n"
     "  volume = {4},\n"
     "  pages = {1271--1295},\n"
     "  year = {2003}\n"
     "}");
 }}}

 From the command-line output:

 {{{
 $ bin/radical -h

 RADICAL

   An implementation of RADICAL, a method for independentcomponent analysis
   (ICA).  Assuming that we have an input matrix X, thegoal is to find a
 square
   unmixing matrix W such that Y = W * X and the dimensions of Y are
 independent
   components.

   For more details, see the following paper:

   @article{
     title = {ICA Using Spacings Estimates of Entropy},
     author = {Learned-Miller, E.G. and Fisher III, J.W.},
     journal = {Journal of Machine Learning Research},
     volume = {4},
     pages = {1271--1295},
     year = {2003}


 Required options:

   --input_file (-i) [string]    Input dataset filename for ICA.

 ...
 }}}

 Where did that last '}' go...?  It must be being dropped somewhere.

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/184>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed by the FASTLAB at Georgia Tech under Dr. Alex Gray.


More information about the mlpack-svn mailing list