---
name: svmlight
version: 6.02
origin: science/svmlight
comment: An implementation of Support Vector Machines (SVMs) in C
arch: freebsd:9:x86:64
www: http://svmlight.joachims.org/
maintainer: gslin@gslin.org
prefix: /usr/local
licenselogic: single
flatsize: 422861
desc: "SVMlight is an implementation of Vapnik's Support Vector Machine\n[Vapnik,
  1995] for the problem of pattern recognition, for the problem\nof regression, and
  for the problem of learning a ranking function. The\noptimization algorithms used
  in SVMlight are described in [Joachims,\n2002a ]. [Joachims, 1999a]. The algorithm
  has scalable memory\nrequirements and can handle problems with many thousands of
  support\nvectors efficiently.\n\nThe software also provides methods for assessing
  the generalization\nperformance efficiently. It includes two efficient estimation
  methods\nfor both error rate and precision/recall. XiAlpha-estimates [Joachims,\n2002a,
  Joachims, 2000b] can be computed at essentially no\ncomputational expense, but they
  are conservatively biased. Almost\nunbiased estimates provides leave-one-out testing.
  SVMlight exploits\nthat the results of most leave-one-outs (often more than 99%25)
  are\npredetermined and need not be computed [Joachims, 2002a].\n\nWWW:\thttp://svmlight.joachims.org/\n"
categories: [science]
files:
  /usr/local/bin/svm_classify: 1d90baa5edae852f537219da55637c83ef8b5fd3435c2b38e2bf9610792b48d9
  /usr/local/bin/svm_learn: e81842b79b37e2b1d012de733608742130c08762f7318ceb31cb31b2c11899ce
  /usr/local/include/svmlight/kernel.h: 2d3c845833f9343312314eca7f597a03537d643baa5dd95241377e4fecec9bac
  /usr/local/include/svmlight/svm_common.h: 29e4686afc8360ffdc6c3cc0c1e9f5facc73676dfa2a6197a006ce9b4a8ea298
  /usr/local/include/svmlight/svm_learn.h: 02c01d5fef5072dc2410e48a46360ef6269643ac04be18c1d2ac52e67867237f
  /usr/local/lib/libsvmlight.a: 4aec1a018d964ebaf7eafbf1d56e466f8577a0ae6babd4a60cdf1413a9bfad74
  /usr/local/lib/libsvmlight.so: '-'
  /usr/local/lib/libsvmlight.so.1: 1eafdb860bc34c64575638af69981a2c77b36a4ba6e8f3ac4629a91421173f0e
  /usr/local/share/doc/svmlight/LICENSE.txt: aaa8173f5977e1f8023cb4eb5b166c71137fcc1ec5f02d063cc4495f14544918
directories:
  /usr/local/share/doc/svmlight/: n
  /usr/local/include/svmlight/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
