build_heap {DCEM} | R Documentation |
build_heap: Part of DCEM package.
Description
Implements the creation of heap. Internally called by the dcem_star_train
.
Usage
build_heap(data)
Arguments
data |
(NumericMatrix): The dataset provided by the user. |
Value
A NumericMatrix with the max heap property.
Author(s)
Parichit Sharma parishar@iu.edu, Hasan Kurban, Mehmet Dalkilic
[Package DCEM version 2.0.5 Index]