程序包 org.apache.flink.ml.feature.hashingtf
-
接口概要 接口 说明 HashingTFParams<T> Params ofHashingTF. -
类概要 类 说明 HashingTF A Transformer that maps a sequence of terms(strings, numbers, booleans) to a sparse vector with a specified dimension using the hashing trick.HashingTF.HashTFFunction The main logic ofHashingTF, which converts the input to a sparse vector.