# ConfidenceWeighted.jl **Repository Path**: mirrors_chezou/ConfidenceWeighted.jl ## Basic Information - **Project Name**: ConfidenceWeighted.jl - **Description**: confidence weighted classifier - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ConfidenceWeighted [![Build Status](https://travis-ci.org/chezou/ConfidenceWeighted.jl.svg?branch=master)](https://travis-ci.org/chezou/ConfidenceWeighted.jl) Julia porting of https://github.com/echizentm/ConfidenceWeighted (python version) It is only implemented Soft Confidence Weighted ## Usage ``` $ julia -e 'Pkg.add("ConfidenceWeighted"); Pkg.add("DocOpt")' $ julia sample.jl -h $ julia sample.jl < sample/colors.json ```