A Python wrapper for a C++ project
Project description
ExampleNewProject
This is a Python wrapper for a C++ project.
Installation
pip install examplenewproject
from examplenewproject.wrapper import process_files
num_iterations = 100
threshold = 0.0001
num_clusters = 12
seed = 17
file_list = [
"../../Sample_Data/Breastcancer.csv",
"../../Sample_Data/CreditRisk.csv",
"../../Sample_Data/census.csv",
"../../Sample_Data/birch.csv"
]
results = process_files(num_iterations, threshold, num_clusters, seed, file_list)
for result in results:
print(result)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
examplenewproject-0.3.tar.gz
(201.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file examplenewproject-0.3.tar.gz.
File metadata
- Download URL: examplenewproject-0.3.tar.gz
- Upload date:
- Size: 201.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d354fbe927a871b83458ebef65d1786c42c890f89c1d2698c554f47cfa706b71
|
|
| MD5 |
b0a3c8bab6b8f37b1667425cd7441232
|
|
| BLAKE2b-256 |
700b0ad3dcac90fc8b02d1eb962a4fbae18f80f36ad68a29d927354c10af9aa1
|
File details
Details for the file examplenewproject-0.3-py3-none-any.whl.
File metadata
- Download URL: examplenewproject-0.3-py3-none-any.whl
- Upload date:
- Size: 203.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63dd60f42506f0347f7e2bf29b2a0acc35b22ed49eab2933a08a1ed206bb16f3
|
|
| MD5 |
fdf5a1250514c6ab65966f0a8c1408a2
|
|
| BLAKE2b-256 |
8e1877f12e80cd368946a2dcb7639476cce2969a09f39de46e3682cd29357355
|