Closed disa-mhembere closed 7 years ago
nonpar.interface <- function(input1, input2, sigma=0.5):
gclust.interface <- function(input, K=2):
numclust.interface <- function(input):
Sorry I should have been more specific.
I need data types like "dcGMatrix" or "list"? I need to wrap the R type with a Python type so I can pass it without conversion (hopefully).
Also these are all primitives that are of type Transform
right?
I notice there are some functions that do not expect graphs, can we document what the arguments are:
nonpar.interface <- function(input1, input2, sigma=0.5)
gclust.interface <- function(input, K=2)
numclust.interface <- function(input)