GUIからWekaのCSVLoaderを使用してCSVをARFFに変換しようとしています。オプションでは、文字列のエンクロージャー文字を"
に設定しましたが、私のファイルには引用符はありません。 私は次のエラーを取得:Weka CSVLoaderの値の数が正しくありません。 Read 2、expected 23
450c787001b004af69428e267c7a4ca1,I_need need_to to_go go_back back_to to_my my_live live_food food_diet diet_PPP PPP_Not Not_90% 90%_like like_before before_CCC CCC_but but_I I_bet bet_I I_could could_do do_75% 75%_without without_losing losing_too too_much much_weight weight_PPP PPP_PPP,2.30,3.50,4.50,2.85,4.50,n,y,y,n,y,AM,297,41728.8,95.58,0.03,42826,0.49,0.17,-12.5611111111,0.248945147679,0.0595238095238
450c787001b004af69428e267c7a4ca1,It's_ugly ugly_here here_PPP PPP_But But_there there_are are_sparks sparks_PPP PPP_PPP PPP_PPPmoments PPPmoments_PPP PPP_Love Love_PPP,2.30,3.50,4.50,2.85,4.50,n,y,y,n,y,AM,297,41728.8,95.58,0.03,42826,0.49,0.17,-15.91,0.299242424242,0.1
450c787001b004af69428e267c7a4ca1,I_guess guess_it it_all all_depends depends_on on_your your_mood mood_PPP PPP_PPP PPP_PPPwhy PPPwhy_can't can't_these these_meds meds_be be_any any_damn damn_good good_QQQ,2.30,3.50,4.50,2.85,4.50,n,y,y,n,y,AM,297,41728.8,95.58,0.03,42826,0.49,0.17,-12.9970588235,0.0,0.0344827586207
任意のアイデア:ここ
weka.core.converters.CSVLoaderfailed to lead <my file>
Reason:
wrong number of values. Read 2, expected 23, read Token[EOL], line 1763
はライン1762年から1764年ですか?私はエラーを見つけることができません。もちろん
EDIT---
、私はCSVLoaderは%文字が好きではありません「エラー」を見つけ投稿直後。だから、私は私の質問を変えました:なぜ誰かがこれが何であるか、それとも他のキャラクターが好きではないか知っていますか?データ
、= ""として使用されている場合
weka人々はファイルの読み込み作業を行うことができません。 – OneSolitaryNoob