You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shixiong Zhu (JIRA)" <ji...@apache.org> on 2014/05/26 07:20:01 UTC

[jira] [Created] (SPARK-1925) Typo in org.apache.spark.mllib.tree.DecisionTree.isSampleValid

Shixiong Zhu created SPARK-1925:
-----------------------------------

             Summary: Typo in org.apache.spark.mllib.tree.DecisionTree.isSampleValid
                 Key: SPARK-1925
                 URL: https://issues.apache.org/jira/browse/SPARK-1925
             Project: Spark
          Issue Type: Bug
          Components: MLlib
            Reporter: Shixiong Zhu
            Priority: Minor


I believe this is a type:

      if ((level > 0) & (parentFilters.length == 0)) {
        return false
      }

Should use "&&" here.



--
This message was sent by Atlassian JIRA
(v6.2#6252)