R/gng.classify.R

Defines functions gng.classify

Documented in gng.classify

gng.classify <-
function(data, obj, obj.cutoff = 0.1, obj.sigma.diff.cutoff = NULL,
  obj.mu.diff.cutoff=NULL)
{
obj <- DIME.classify(data,obj,obj.cutoff,obj.sigma.diff.cutoff,
  obj.mu.diff.cutoff);
return(obj);
}

Try the DIME package in your browser

Any scripts or data that you put into this service are public.

DIME documentation built on May 9, 2022, 5:05 p.m.