Automic VaultAutomic Vault

brew

使用 Homebrew, MacPorts 安装 tinysvm

查看 tinysvm 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install tinysvm

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install TinySVM

MacPorts ports tree · math/TinySVM/Portfile · 来源: api.github.com

概览

软件包摘要

Support vector machine library for pattern recognition

命令和别名

  • svm_classify
  • svm_learn
  • svm_model

历史

项目历史与用法

TinySVM is an early-2000s C++ support vector machine package by Taku Kudo for pattern-recognition work. It shipped both library APIs and small command-line tools, which is why it survives as a niche package-manager artifact long after the mainstream machine-learning world moved toward larger Python-centered stacks.

项目历史

The official TinySVM page describes it as an implementation of Support Vector Machines for pattern recognition, citing Vapnik's SVM work and positioning SVMs as then-new statistical learning algorithms for practical tasks such as text categorization and handwritten character recognition. Its own examples identify the package as 'TinySVM - tiny SVM package' and show a 2000 copyright line in the learner output.

The release notes show active development from at least January 2001 through August 2002. During that period TinySVM added support vector regression, Ruby bindings, RBF/Neural/ANOVA kernels, SWIG-based Perl and Ruby bindings, Python and Java interfaces, incremental training support, one-class SVM support, Mac OS X support, and Windows compiler support.

TinySVM was distributed in a very package-nerd friendly way for its era: source tarballs, Red Hat 6.x and 7.x RPM/SRPM directories, Windows binaries, and anonymous CVS checkout instructions from the author's site. The official page says development used CVS and invited users to join CVS-based development.

采用历史

TinySVM's adoption appears to have been strongest among early SVM users who wanted a small Unix/Windows package with command-line tools and language bindings. The official feature list emphasizes sparse vectors, tens of thousands of training examples, hundreds of thousands of feature dimensions, LRU cache storage for Gram matrices, and optimizations inspired by SVM_light.

In modern package-manager culture it is mostly a preserved scientific-computing tool. The input metadata lists Homebrew and MacPorts packages, which suggests its current visibility is strongest among users maintaining old pipelines, comparing classic SVM implementations, or needing the exact svm_learn/svm_classify/svm_model command set.

使用方式

The command-line workflow is train, classify, and inspect: svm_learn reads training data and writes a model, svm_classify evaluates or interactively classifies test examples using that model, and svm_model displays model properties such as margin, VC dimension, and support-vector counts.

TinySVM accepts the same sparse training-data representation as SVM_light, using class labels followed by feature:value pairs. The official docs call out this format because it can represent large sparse feature vectors, an important fit for text and pattern-recognition workloads of the time.

为什么软件包爱好者会关心

TinySVM matters to package nerds as a compact fossil from the pre-scikit-learn era: a tarball/CVS-era ML library with CLI programs, RPMs, Windows binaries, and multiple scripting-language bindings. It is small enough to package, old enough to need compatibility care, and recognizable by its SVM_light-style data format.

时间线

  • 2000: Official command examples identify the package as TinySVM and show a 2000 copyright line.
  • 2001-01-17: Version 0.02 added support vector regression and a Ruby module.
  • 2001-09-03: RBF, Neural, and ANOVA kernels were added; SWIG-based bindings and Python/Java interfaces became available.
  • 2001-12-07: Experimental one-class SVM support was added.
  • 2002-03-08: Mac OS X support was added.
  • 2002-08-20: TinySVM 0.09 was released with compiler and Windows build updates.

Related projects

  • SVM_light is the closest implementation reference: TinySVM documents compatible sparse data representation and optimization algorithms stemming from SVM_light.
  • SWIG is relevant because TinySVM used it to provide scripting-language bindings.
  • LIBSVM is a related classic SVM package from the same general era, though not cited on the official TinySVM page.

安全态势

风险级别:绿色

library-like package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • library-like package without higher-risk signals

信号

  • metadata:library-like

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 13 个平台目标。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
svm_classifycli全局可执行文件
svm_learncli全局可执行文件
svm_modelcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本0.09
管理器更新时间2026-07-10
本地数据OK
上游not checked
检测到的最新版本未检测到

http://chasen.org/~taku/software/TinySVM/

安装元数据

软件包元数据

软件包键brew:tinysvm
版本0.09
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/tinysvm
主页http://chasen.org/~taku/software/TinySVM/
上游文档http://chasen.org/~taku/software/TinySVM
许可证LGPL-2.1-or-later
源码归档https://cdn.netbsd.org/pub/pkgsrc/distfiles/TinySVM-0.09.tar.gz
最后更新2026-07-10T10:41:25-04:00
Pulseupdated
Bottle可用 (于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nametinysvm
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

MacPorts95%

TinySVM

sudo port install TinySVM
  • normalized package name match
  • 匹配方式:Tinysvm
MacPorts ports tree · api.github.com · MacPorts ports tree: math/TinySVM/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment