blob: 229d2eb81261e15a743a780347db11513f3da62e [file] [log] [blame]
{
"id": "SimRankParallelEngine",
"description": "Engine for graph vertex similarity using SimRank",
"engineFactory": "io.prediction.examples.pfriendrecommendation.PSimRankEngineFactory",
"datasource": {
"name" : "default",
"params": {
"graphEdgelistPath":"data/simple.txt"
}
},
"algorithms": [
{
"name": "simrank",
"params": {
"numIterations": 4,
"decay":0.7
}
}
]
}