예제 #1
0
 /// <summary>
 /// The tokenizing algorithm to use on the strings.
 /// </summary>
 public NaiveBayesMultinomialText Tokenizer(weka.core.tokenizers.Tokenizer value)
 {
     Impl.setTokenizer(value);
     return(this);
 }
예제 #2
0
 /// <summary>
 /// The tokenizing algorithm to use on the strings.
 /// </summary>
 public StringToWordVector Tokenizer(weka.core.tokenizers.Tokenizer value)
 {
     Impl.setTokenizer(value);
     return(this);
 }
예제 #3
0
 /// <summary>
 /// The tokenizing algorithm to use on the strings.
 /// </summary>
 public SGDText Tokenizer(weka.core.tokenizers.Tokenizer value)
 {
     Impl.setTokenizer(value);
     return(this);
 }