# Generated by roxygen2: do not edit by hand

S3method(as.data.frame,feature_test)
S3method(cut,feature_test)
S3method(plot,criterion_distribution)
S3method(print,feature_test)
S3method(summary,feature_test)
export(add_1grams)
export(binarize)
export(calc_criterion)
export(calc_cs)
export(calc_ed)
export(calc_ig)
export(calc_kl)
export(calc_pi)
export(calc_si)
export(cluster_reg_exp)
export(code_ngrams)
export(construct_ngrams)
export(count_multigrams)
export(count_ngrams)
export(count_specified)
export(count_total)
export(create_encoding)
export(create_feature_target)
export(create_ngrams)
export(decode_ngrams)
export(degenerate)
export(distr_crit)
export(encoding2df)
export(fast_crosstable)
export(gap_ngrams)
export(get_ngrams_ind)
export(is_ngram)
export(l2n)
export(list2matrix)
export(n2l)
export(ngrams2df)
export(position_ngrams)
export(seq2ngrams)
export(table_ngrams)
export(test_features)
export(validate_encoding)
import(slam)
importFrom(bit,as.bit)
importFrom(combinat,permn)
importFrom(entropy,KL.plugin)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(partitions,listParts)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,dmultinom)
importFrom(stats,hclust)
importFrom(stats,p.adjust)
importFrom(utils,combn)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
