build_heap {DCEM} | R Documentation |
Implements the creation of heap. Internally called by the dcem_star_train
.
build_heap(data)
data |
(NumericMatrix): The dataset provided by the user. |
A NumericMatrix with the max heap property.
Parichit Sharma parishar@iu.edu, Hasan Kurban, Mehmet Dalkilic