US and Worldwide: +1 (866) 660-7555
Results 1 to 2 of 2

Thread: why weka tampers data

  1. #1
    Join Date
    May 2012
    Posts
    1

    Default why weka tampers data

    Hi There,

    I ran into a problem when I use wek-3-7-5 to read a column from a mysql table.

    select sl_yn_nm from backtest_20120112_g1_11 limit 0,10;
    The type of "sl_yn_nm" is varchar(1) default NULL. It has two kinds of values: 0 or 1.
    The results should be like green below (the left column), unfortunately, SOMETIMES what weka reads is like yellow (the right column).
    0 1
    1 0
    0 1
    0 1
    0 1
    1 0
    0 1
    1 0
    0 1
    0 1


    Do you know why this happened?
    Thanks in advance.

  2. #2
    Join Date
    Aug 2006
    Posts
    1,061

    Default

    This has been answered over on the Weka mailing list:

    https://list.scms.waikato.ac.nz/mail...ne/055595.html

    Cheers,
    Mark.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •