postprocess: (Internal function) Perform the post-processing step of...

View source: R/postprocess.R

postprocessR Documentation

(Internal function) Perform the post-processing step of IPCAPS2

Description

(Internal function) Perform the post-processing step of IPCAPS2

Usage

postprocess(result.dir, reanalysis = FALSE)

Arguments

result.dir

A result directory as the $output object returned from the ipcaps2 function.

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:

  • group represents group membership of IPCAPS2 result.

  • node represents node numbers of IPCAPS2 result.

  • label represents labels of rows in orginal input data.

  • row.number represents row numbers of orginal input data.


kridsadakorn/ipcaps2 documentation built on June 11, 2022, 8:35 p.m.