资 源 简 介
The goal of this project is to have multiple student teams implement Web services for stock-prediction. Each Web service (WS) will track different stocks and, when queried, issue a forecast about the price movement for a given stock. The client module acts as a “facilitator” which gathers information from multiple Web services (“independent experts”) and combines their answers into a single recommendation. If different Web services offer conflicting answers, the client may repeat the process of querying and combining the answers until it converges towards the “correct” answer.