# SMQTK-Classifier **Repository Path**: mirrors_Kitware/SMQTK-Classifier ## Basic Information - **Project Name**: SMQTK-Classifier - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-03 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SMQTK - Classifier ## Intent This package provides interfaces and implementations around the classification of inputs into some form of labeled probabilistic values. Additional data structure abstractions are defined here to standardize this behavior into common terms. ## Documentation You can build the sphinx documentation locally for the most up-to-date reference: ```bash # 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 ```