| postprocess {IPCAPS} | R Documentation |
(Internal function) Perform the post-processing step of IPCAPS
Description
(Internal function) Perform the post-processing step of IPCAPS
Usage
postprocess(result.dir, reanalysis = FALSE)
Arguments
result.dir |
A result directory as the |
reanalysis |
(Unimplemented) To specify whether it is re-analysis or not. If TRUE, it is re-analysis, otherwise it is not. Default = FALSE. |
Value
A data frame of clustering result containing 4 columns;
group, node, label, row.number, as described
below for more details:
-
grouprepresents group membership of IPCAPS result. -
noderepresents node numbers of IPCAPS result. -
labelrepresents labels of rows in orginal input data. -
row.numberrepresents row numbers of orginal input data.
[Package IPCAPS version 1.1.8 Index]