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