g3rv4 / RandomForest

A tiny library to run in C# random forests created in R
MIT License
12 stars 2 forks source link

Add ability to customize target data field name. #5

Closed donpratt closed 5 years ago

donpratt commented 5 years ago

Pretty simple change. Adds targetDataField as a new parameter for the RandomForest constructor, with a default value of "_target".