Skip to main content

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


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)

Uploaded Source

Built Distribution

KMeansKTran-0.0.1-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page