Tommy Yu created SYSTEMML-645:
---------------------------------

             Summary: accuracy result in naive-bayes should be a scala
                 Key: SYSTEMML-645
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-645
             Project: SystemML
          Issue Type: Bug
          Components: Algorithms
            Reporter: Tommy Yu
            Priority: Minor


Naiver-bayes export accuracy string as result:
acc_str = "Training Accuracy (%): " + acc
print(acc_str)
write(acc_str, $accuracy)

same for Naiver-bayes-predict
        acc_str = "Accuracy (%): " + acc
        print(acc_str)
        if(cmdLine_accuracy != " ")
                write(acc_str, cmdLine_accuracy)

I thought maybe it's issues here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to