BayesClassifier.Classifier.TotalCount C# (CSharp) Method

TotalCount() private method

private TotalCount ( ) : int
return int
        private int TotalCount()
        {
            return _categories.Sum(kvp => kvp.Value.PhraseCount());
        }
        /// <summary>