| MultiClassification Constructor |
Creates a classifier.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic MultiClassification(
Network network
)
Public Sub New (
network As Network
)
public:
MultiClassification(
Network^ network
)
new :
network : Network -> MultiClassificationParameters
- 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