Metadata-Version: 2.1
Name: ocpc-py
Version: 0.1.2
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

# 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.

