9 lines
258 B
JSON
9 lines
258 B
JSON
{
|
|
"enum_fix" : {
|
|
"EM" : { "Types": "EMTypes" },
|
|
"SVM" : { "Types": "SVMTypes" },
|
|
"KNearest" : { "Types": "KNearestTypes" },
|
|
"DTrees" : { "Flags": "DTreeFlags" },
|
|
"StatModel" : { "Flags": "StatModelFlags" }
|
|
}
|
|
}
|