Metadata-Version: 2.2
Name: ocpc_py
Version: 0.2.1
Summary: One Class Classifier based on Principal Curves in Python
Home-page: https://github.com/fmborges2/PC_Classifier/
Author: Fernando Elias de Melo Borges
Author-email: fernandoelias.mb@gmail.com
License: MIT License
Keywords: one class classifier,data classification,principal curves,k segments
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: numpy
Requires-Dist: matplotlib
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# OCPC Classifier
Principal Curves based Classifier in two versios: One-Class and MultiClass.
This algorithm is free for use (MIT Licence)
Please refer to our research paper: " de Melo Borges, F.E., Mota, O.F., Ferreira, D.D. et al. One-class classifier based on principal curves. Neural Comput & Applic (2023). https://doi.org/10.1007/s00521-023-08721-8 "
when you use this algorithm.

This current version includes the pip repo, you can install the module using the pip command:

pip install ocpc-py

The pip's link is https://pypi.org/project/ocpc-py/

The example file shows the operation of the module in its 3 different applications.

