Hash Count Vectorizer
public final class HashCountVectorizer<T extends Number> implements Vectorizer<T, Float>
Content copied to clipboard
Constructors
Link copied to clipboard
public HashCountVectorizer<T> HashCountVectorizer(Integer nFeatures, IntRange ngramRange)
Content copied to clipboard