---
name: libocas
version: 0.96
origin: math/libocas
comment: Efficient training of SVM classifiers
arch: freebsd:9:x86:64
www: http://cmp.felk.cvut.cz/~xfrancv/ocas/html/index.html
maintainer: bf@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv3]
flatsize: 229483
desc: "libocas implements an Optimized Cutting Plane Algorithm (OCAS) for training\nlinear
  SVM classifiers from large-scale data. The computational effort of\nOCAS scales
  with O(m log m) where m is the sample size. In an extensive\nempirical evaluation,
  OCAS significantly outperforms current state-of-the-art\nSVM solvers.\n\nlibocas
  also implements the COFFIN framework for efficient training of\ntranslation invariant
  image classifiers from virtual examples.\n\nWWW:\thttp://cmp.felk.cvut.cz/~xfrancv/ocas/html/index.html\n"
categories: [math]
files:
  /usr/local/bin/linclassif: fe8ab0166efe3f8edb1eb843249b29db85637db2333ba2c1e7dba0488b198cdd
  /usr/local/bin/msvmocas: ac8eba2c8ac3fd8f4f764403e5a24b3b6e68bcab1c6999c121fb88d6b41effee
  /usr/local/bin/svmocas: 0a783bcb4764e6bc0938b1545cff0f4a563010781548ae361c895e96593a10c6
  /usr/local/lib/libocas.so: '-'
  /usr/local/lib/libocas.so.1: ed72f36f4e3a2d8040c6b6ff43632dbbdceb588cf0c8cde74c1886c0440d8386
  /usr/local/share/licenses/libocas-0.96/GPLv3: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903
  /usr/local/share/licenses/libocas-0.96/LICENSE: feb018c22cc4001bbeccc04db5569c5aeaec18f1ebbee51a52d56c251418e243
  /usr/local/share/licenses/libocas-0.96/catalog.mk: b67093275e9593a0e9179610d5bb9677dda73db630c2b7dbad47b52d4759773a
directories:
  /usr/local/share/licenses/libocas-0.96/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
  post-deinstall: |
    cd /usr/local
