Example #1
0
 protected override TextAlgorithmBase CreateAlgorithm()
 {
     return(Examples.Create_SpamAlgorithm());
 }
Example #2
0
 protected override TextAlgorithmBase CreateAlgorithm()
 {
     return(Examples.Create_Newsgroups20Algorithm());
 }
Example #3
0
 protected override TextAlgorithmBase CreateAlgorithm()
 {
     return //Examples.Create_GeneralTextAlgorithm();
            (Examples.Create_FourierGeneralTextAlgorithm(0.0));
     //Examples.Create_ReutersR8();
 }