E
E
eisenheim942016-02-28 23:26:37
Java
eisenheim94, 2016-02-28 23:26:37

How to work with AIMA Java?

Good day. The problem is that I study at the university and work at the same time (I go to the university only for labs). On the subject, you need to work with AIMA, but I can’t find normal tutorials or guides anywhere. Who can help with this (suggest what to read or where there are good tutorials)?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eugene, 2016-03-04
@eReS

So there is a book, it is the best source:
www.williamspublishing.com/Books/5-8459-0887-6.html
PS I envy the university :)

A
Andrey Myvrenik, 2014-11-28
@fogersp

For grouping, you need to use a dictionary:

result = {}
for i in arr:
    result[i[3]] = {'year' : i[0], 'month' : i[1], 'class' : i[2]}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question