Pradyumna Kaushik
|
e1350838f3
|
Merge branch 'kmeansTaskClassification' of https://bitbucket.org/sunybingcloud/electron into kmeansTaskClassification
|
2017-08-22 13:03:17 -04:00 |
|
Pradyumna Kaushik
|
f4459c8cbf
|
Consolidated the ClassifyTasks(...) functions from topHeavy and bottomHeavy and added the function to def/taskUtils.go. Added TODOs for refining the means by which the kmeans classified clusters were sorted.
|
2017-08-22 13:00:40 -04:00 |
|
Pradyumna Kaushik
|
e3569e95ce
|
fixed comments to be a little more meaningful.
|
2017-04-30 16:48:38 -04:00 |
|
Pradyumna Kaushik
|
74eb616a72
|
the observation that is to be considered for the classification of a task can now be given as a function that takes the task and returns the observations as a slice of float64. Retrofitted the other functions in taskUtils to make use of this feature.
|
2017-02-25 19:57:01 -05:00 |
|
Pradyumna Kaushik
|
e54697b0dc
|
Added a task utility to be able to cluster tasks into N clusters based on their watts resource requirements. Electron now compatible with Go1.8 and no longer with 1.7. Added TODOs.
|
2017-02-25 15:43:32 -05:00 |
|
Pradyumna Kaushik
|
9dddc38cad
|
created a utility for tasks that allows for KMeans clustering based on watts resource requirement
|
2017-02-24 20:52:59 -05:00 |
|