| gater | R Documentation | 
Gater function for mixture SVMs
gater( x, y, S, hidden, learningrate = 0.01, threshold = 0.01, stepmax = 100, verbose = verbose, ... )
| x | the nxp training data matrix. Could be a matrix or a sparse matrix object. | 
| y | a response vector for prediction tasks with one value for each of the n rows of  | 
| S | the prediction matrix from experts | 
| hidden | the number of neurons in the hidden layer | 
| learningrate | the learningrate for the back propagation | 
| threshold | neural network stops training once all gradient is below the threshold | 
| stepmax | the maximum iteration of the neural network training process | 
| verbose | a logical value indicating whether to print information of training. | 
| ... | other parameters passing to  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.