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)
List of column names on which the operation would be performed.
|
AggregateKMeansRequest |
AggregateKMeansRequest.setK(int k)
The number of mean points to be determined by the algorithm.
|
AggregateKMeansRequest |
AggregateKMeansRequest.setOptions(Map<String,String> options)
Optional parameters.
|
AggregateKMeansRequest |
AggregateKMeansRequest.setTableName(String tableName)
Name of the table on which the operation will be performed.
|
AggregateKMeansRequest |
AggregateKMeansRequest.setTolerance(double tolerance)
Stop iterating when the distances between successive points is less than
the given tolerance.
|
Copyright © 2025. All rights reserved.