且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在C#中实现预测建模算法

更新时间:2022-04-23 01:27:39

小心。





基本上,就像你做任何其他项目一样:

1)指定它

2)符合规范设计

3)设计代码

4)根据规格进行测试

5)根据结果4,可以从第1,2,3或4阶段重复。



因此,确定您要使用的预测建模算法: Google [ ^ ]并在那里工作。



我们不做你的作业:它是s et是有原因的。它就是为了让你思考你被告知的事情,并试着理解它。它也在那里,以便您的导师可以识别您身体虚弱的区域,并将更多的注意力集中在补救措施上。



亲自尝试,你可能会发现它不是和你想的一样困难!
Carefully.


Basically, the same way you do any other project:
1) Specify it
2) Design to specification
3) Code to design
4) Test against specification
5) Depending on the results if 4, may repeat from stage 1, 2, 3, or 4.

So, decide what predictive modelling algorithm you want to use: Google[^] and work from there.

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!