blob: 67cf3320d05f7e43516be2897e2ddbaac64b67d2 [file] [log] [blame]
{
"id": "SimRankParallelEngine",
"description": "Engine for graph vertex similarity using SimRank",
"engineFactory": "io.prediction.examples.pfriendrecommendation.PSimRankEngineFactory",
"datasource": {
"name" : "forest",
"params": {
"graphEdgelistPath":"data/edge_list_small.txt",
"sampleFraction":1.0,
"geoParam":0.7
}
},
"algorithms": [
{
"name": "simrank",
"params": {
"numIterations": 6,
"decay":0.7
}
}
]
}