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