接口 HashingTFParams<T>
-
- 类型参数:
T- The class type of this instance.
- 所有超级接口:
org.apache.flink.ml.common.param.HasInputCol<T>,org.apache.flink.ml.common.param.HasNumFeatures<T>,org.apache.flink.ml.common.param.HasOutputCol<T>,org.apache.flink.ml.param.WithParams<T>
- 所有已知实现类:
HashingTF
public interface HashingTFParams<T> extends org.apache.flink.ml.common.param.HasInputCol<T>, org.apache.flink.ml.common.param.HasOutputCol<T>, org.apache.flink.ml.common.param.HasNumFeatures<T>Params ofHashingTF.
-
-
字段详细资料
-
BINARY
static final org.apache.flink.ml.param.Param<Boolean> BINARY
Supported options to decide whether each dimension of the output vector is binary or not.- true: the value at one dimension is set as 1 if there are some features hashed to this column.
- false: the value at one dimension is set as number of features that has been hashed to this column.
-
-
方法详细资料
-
getBinary
default boolean getBinary()
-
setBinary
default T setBinary(boolean value)
-
-