| Package | Description | 
|---|---|
| com.gpudb | |
| com.gpudb.protocol | 
| Modifier and Type | Method and Description | 
|---|---|
AggregateKMeansResponse | 
GPUdb.aggregateKMeans(AggregateKMeansRequest request)
This endpoint runs the k-means algorithm - a heuristic algorithm that
 attempts to do k-means clustering. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AggregateKMeansRequest | 
AggregateKMeansRequest.setColumnNames(List<String> columnNames)  | 
AggregateKMeansRequest | 
AggregateKMeansRequest.setK(int k)  | 
AggregateKMeansRequest | 
AggregateKMeansRequest.setOptions(Map<String,String> options)  | 
AggregateKMeansRequest | 
AggregateKMeansRequest.setTableName(String tableName)  | 
AggregateKMeansRequest | 
AggregateKMeansRequest.setTolerance(double tolerance)  | 
Copyright © 2019. All rights reserved.