Java 类名:com.alibaba.alink.operator.batch.similarity.SimrankBatchOp
Python 类名:SimrankBatchOp
simrank
名称 | 中文名称 | 描述 | 类型 | 是否必须? | 取值范围 | 默认值 |
---|---|---|---|---|---|---|
itemCol | Item列列名 | Item列列名 | String | ✓ | ||
userCol | User列列名 | User列列名 | String | ✓ | ||
decayFactor | 衰减因子 | 衰减因子 | Double | 0.8000 | ||
modelType | simrank模型类型 | simrank模型类型, “simrank”或“simrankplusplus” | ModelType | SIMRANK, SIMRANKPLUSPLUS | SIMRANKPLUSPLUS | |
numWalks | 随机游走次数 | 随机游走次数 | Integer | 100 | ||
topK | topK | 表示取前topK个相似的item进行输出 | Integer | 100 | ||
walkLength | 随机游走长度 | 随机游走长度 | Integer | 10 | ||
weightCol | 权重列名 | 权重列对应的列名 | String | null |