aml_k_means: AML k-Means

Description Usage Arguments Value

View source: R/k_means.R

Description

Calculates k means predictions for given data. It is assumed that all given columns will be used in calculation.

Usage

1
aml_k_means(data, k, maximum_iterations = 1e+06)

Arguments

data

Input n x p sized data.frame of numeric data

k

Number of clusters to fit

maximum_iterations

Maximum number of iterations to allow while trying to converge

Value

Results object of class aml_k_means


jmwerner/ArtisanalMachineLearning documentation built on Jan. 7, 2020, 1:50 a.m.