Click or drag to resize
NaiveBayesClassifier Constructor
Constructs a NaiveBayesClassifier.

Namespace: Imsl.DataMining
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public NaiveBayesClassifier(
	int nContinuous,
	int nNominal,
	int nClasses
)

Parameters

nContinuous
Type: SystemInt32
An int containing the number of continuous attributes.
nNominal
Type: SystemInt32
An int containing the number of nominal attributes.
nClasses
Type: SystemInt32
An int containing the number of target classifications.
See Also