E D R , A S I H C RSS

Full text search for "NotIn"

Not In


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 데블스캠프2011/둘째날/Machine-Learning/NaiveBayesClassifier/김동준 . . . . 4 matches
          private int notInSectionArticleSum = 0;
          private int notInSectionWordSum = 0;
          private int notInSectionWordTotalSum = 0;
          private void CalculateNotInSection(int index) {
          this.notInSectionArticleSum = 0;
          if(i != index) { notInSectionArticleSum += sectionTrain[i].getSectionArticleNumber(); }
          this.notInSectionWordTotalSum = 0;
          if(i != index) { notInSectionWordTotalSum += sectionTrain[i].getSectionWordsNumber(); }
          private void CalculateNotInSectionWord(int index, String word) {
          this.notInSectionWordSum = 0;
          if(i != index) { notInSectionWordSum += sectionTrain[i].getSectionWordNumber(word); }
          return Math.log((double)sectionTrain[index].getSectionArticleNumber() / notInSectionArticleSum);
          CalculateNotInSectionWord(index, word);
          return Math.log(((double)sectionTrain[index].getSectionWordNumber(word) / sectionTrain[index].getSectionWordsNumber()) / ((double)ArticleAdvantage(index, word) / notInSectionWordTotalSum));
          CalculateNotInSection(index);
Found 1 matching page out of 7547 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.3288 sec