K-Means Clustering Package to return best K using Silhouette Analysis
Project description
KMeansKTran
K-Means Clustering package to find best K using Silhouette Analysis
To run the script, use run_KMeans() method.
Arguments for run_KMeans(filenames, output)
filenames: list
List of strings to designate text filenames or file locations with filenames
Example: ["C:\Folder\File1.txt"]
output: string
String to designate location of output text file with filename
Example: "C:\Folder\output.txt"
Example
from KMeans_KTran import kmeans
kmeans.run_KMeans(["C:\\Folder\\File1.txt"], "C:\\Folder\\output.txt")
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
KMeansKTran-0.0.1.tar.gz
(4.3 kB
view hashes)
Built Distribution
Close
Hashes for KMeansKTran-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbebe7567213e7cc44258053bf80887a131ee97e7c7ccfeea148edfce8f0bcab |
|
MD5 | 7eb0eb3103cf055e54c11a490f68f40b |
|
BLAKE2b-256 | 8662628e53bde5c39793fc5aa8bef2d9934d1042593503c72ea8411f4977c719 |