Click or drag to resize
MultiClassification Constructor
Creates a classifier.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public MultiClassification(
	Network network
)

Parameters

network
Type: Imsl.DataMining.NeuralNetwork
Is the neural network used for classification. Its OutputPerceptrons should use linear activation functions, Activation.Linear. The number of output Perceptrons should equal the number of classes.
See Also