nip.parameters.types.MessageRegressionMethodType

nip.parameters.types.MessageRegressionMethodType#

nip.parameters.types.MessageRegressionMethodType#

Type for the method to use to do regression analysis on the messages.

mlp

Use a multi-layer perceptron to do the regression.

cnn

Use a convolutional neural network to do the regression.

alias of Literal[‘mlp’, ‘cnn’]