blob: 496d989dfb03918271dbb8ebdc90e7add2ca8037 [file] [log] [blame]
{
"class":"org.apache.solr.ltr.model.MultipleAdditiveTreesModel",
"name":"multipleadditivetreesmodel",
"features":[
{ "name": "notExist1"},
{ "name": "notExist2"}
],
"params":{
"trees": [
{
"weight" : "1f",
"root": {
"feature": "notExist1",
"threshold": "0.5f",
"left" : {
"value" : "-100"
},
"right": {
"feature" : "notExist2",
"threshold": "10.0f",
"left" : {
"value" : "50"
},
"right" : {
"value" : "75"
}
}
}
},
{
"weight" : "2f",
"root": {
"value" : "-10"
}
}
]
}
}