nip.parameters.types.MessageRegressionMethodType# nip.parameters.types.MessageRegressionMethodType# Type for the method to use to do regression analysis on the messages. mlpUse a multi-layer perceptron to do the regression. cnnUse a convolutional neural network to do the regression. alias of Literal[‘mlp’, ‘cnn’]