Am Montag, 10. Februar 2014 14:17:02 UTC+1 schrieb Carlos Becker: > > > model = SQBMatrixTrain( featureMatrix, labelVector, maxIters, options ) >
Is this the function declaration of the C function or is this how you want your Julia API to look like? If its the C signature and model is a pointer to an array of structs, this function cannot be used at all as the user cannot know the length of model. Note, by the way that the length/size of an array is not a compile time parameter. It can be changed during runtime.