need help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

need help

how to implement a decision tree as a recommender in android studio? do i have the train the dataset somewhere? e.g rstudio/tensorflow

31st Dec 2019, 3:43 PM
wnuri
wnuri - avatar
1 Answer
+ 2
Data structure concepts is what you need. A tree is an implementation of a doubly linked list, a list is a type of datastruct
14th Jan 2020, 2:50 AM
Da2
Da2 - avatar