关于执行分类的算法、数据结构和实用工具。
项目描述
SMQTK - 分类器
目的
本包提供了一些接口和实现,用于将输入分类为某种标签概率值。在此定义了一些额外的数据结构抽象,以将此行为标准化为常用术语。
文档
您可以在本地构建sphinx文档,以获取最新的参考信息
# Install dependencies
poetry install
# Navigate to the documentation root.
cd docs
# Build the docs.
poetry run make html
# Open in your favorite browser!
firefox _build/html/index.html