Learn R Programming

ClassifyR (version 1.6.2)

classifyInterface: Interface for PoiClaClu Package's Classify Function

Description

Passes along all parameters except verbose, from the framework to Classify.

Usage

classifyInterface(..., verbose = 3)

Arguments

...
All parameters that Classify can accept and also verbose.
verbose
A number between 0 and 3 for the amount of progress messages to give. This function only prints a progress message if the value is 3.

Value

A result list, the same as is returned by Classify.

Examples

Run this code
  if(require(PoiClaClu))
  {
    readCounts <- CountDataSet(n = 100, p = 1000, 2, 5, 1)
    classifyInterface(readCounts[["x"]], readCounts[["y"]], readCounts[["xte"]], verbose = TRUE)
  }

Run the code above in your browser using DataLab