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.1.tar.gz
(175.5 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.1.tar.gz.
File metadata
- Download URL: examplenewproject-0.1.tar.gz
- Upload date:
- Size: 175.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e349426ce875e422118f159893e53cde78f86eda108b78c79f6d5daa85603f84
|
|
| MD5 |
164f28bc27210d7419a27df6f3aef769
|
|
| BLAKE2b-256 |
0ed274333830c81a4ec6acaa990b1c56c866f9faf5e1c68d295030c3d716bdfe
|
File details
Details for the file examplenewproject-0.1-py3-none-any.whl.
File metadata
- Download URL: examplenewproject-0.1-py3-none-any.whl
- Upload date:
- Size: 176.9 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 |
5397140b8d38829be08f0f1d98a2b5f796a7daa4e31d30ffd5a2bb5898d63c46
|
|
| MD5 |
f787d7185cfa6a290fb1c4014320fd42
|
|
| BLAKE2b-256 |
8172c1c79637050eb73b519d2cb63e55e1e165bc9cdf89dfc42321ecf04c9b7a
|