git repo可以在这里找到: https://github.com/zygmuntz/phraug/blob/master/csv2libsvm.py请注意,该工具是用python编写的.I am working on hydraulic simulation using epanet, and I have got various leaky and normal flow, pressure values of nodes and links.I want to train these output values using libsvm. I have got the output (hydraulic simulation) in different format.My question is whether it is possible to add that output as training input to the libsvm. 解决方案 If your output format can be stored in a generic CSV format, you can use csv2libsvm to convert the data into libsvm format.The git repo can be found here:https://github.com/zygmuntz/phraug/blob/master/csv2libsvm.pyNote that the tool is written in python. 这篇关于在libsvm中将输入文本文件作为训练数据集的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
09-02 12:22