amaunz / lazar-core forked from mguetlein/lazar-core

C++ implementation of various lazar algorithms

This URL has Read+Write access

name age message
file .gitignore Tue Aug 19 11:20:50 -0700 2008 adapted for openbabel 2.1, openbabel and R libr... [Christoph Helma]
file Doxyfile Fri Jan 23 05:18:32 -0800 2009 Added call/caller graphs to doc [amaunz]
file INSTALL Mon Aug 18 02:43:26 -0700 2008 initial import of lazar command line program [Christoph Helma]
file LICENSE Mon Aug 18 02:43:26 -0700 2008 initial import of lazar command line program [Christoph Helma]
file Makefile Loading commit data...
file Makefile.static Mon Aug 18 02:43:26 -0700 2008 initial import of lazar command line program [Christoph Helma]
file README Mon Aug 18 02:43:26 -0700 2008 initial import of lazar command line program [Christoph Helma]
file Rakefile Thu Jan 22 02:40:36 -0800 2009 neighbors converted to shared_ptr structure [amaunz]
file ServerSocket.cpp Fri Jan 23 01:05:50 -0800 2009 Formatted indentation with astyle [amaunz]
file ServerSocket.h Fri Jan 23 01:05:50 -0800 2009 Formatted indentation with astyle [amaunz]
file Socket.cpp Fri Jan 23 01:05:50 -0800 2009 Formatted indentation with astyle [amaunz]
file Socket.h Fri Jan 23 01:05:50 -0800 2009 Formatted indentation with astyle [amaunz]
file activity-db.h
file chisq-filter.cpp
file client.pl Mon Aug 18 02:43:26 -0700 2008 initial import of lazar command line program [Christoph Helma]
directory data/ Mon Aug 18 02:43:26 -0700 2008 initial import of lazar command line program [Christoph Helma]
file feature-db.h
file feature-generation.h Wed Jan 28 06:17:10 -0800 2009 Re-added testset generation [amaunz]
file feature.cpp
file feature.h Fri Jan 23 01:05:50 -0800 2009 Formatted indentation with astyle [amaunz]
file io.cpp Fri Jan 23 01:05:50 -0800 2009 Formatted indentation with astyle [amaunz]
file io.h
file lazar.cpp
file lazar_wrap.i
file lazmol.cpp
file lazmol.h
file lazmolvect.h
file linfrag.cpp
file model.h Fri Jan 23 01:05:50 -0800 2009 Formatted indentation with astyle [amaunz]
file pcprop.cpp Fri Jan 23 01:05:50 -0800 2009 Formatted indentation with astyle [amaunz]
file predictor.h Thu Mar 19 08:48:06 -0700 2009 Added SWIG wrapper support for predictor class ... [amaunz]
file rex.cpp
file rutils.cpp Fri Jan 23 01:05:50 -0800 2009 Formatted indentation with astyle [amaunz]
file rutils.h Wed Jan 21 05:06:22 -0800 2009 Fixed include guards [amaunz]
file smarts-features.cpp
file stats.h Fri Jan 23 01:05:50 -0800 2009 Formatted indentation with astyle [amaunz]
file testset.cpp Thu Mar 19 08:48:06 -0700 2009 Added SWIG wrapper support for predictor class ... [amaunz]
README
lazar Documentation:

Description of Concepts and Algorithms:

API Documentation:

- install doxygen (www.doxygen.org)
- type make doc (or doxygen Doxyfile) in the lazar root directory
- documentation is in ./html and ./latex

Usage:

- read INSTALL in the main directory