|
NaiveBayesTDistributionInputCount Property
|
Note: This API is now obsolete.
Obsolete.
Namespace:
Accord.MachineLearning.Bayes
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use NumberOfInputs instead.")]
public int InputCount { get; }
<ObsoleteAttribute("Please use NumberOfInputs instead.")>
Public ReadOnly Property InputCount As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32See Also