Documentation of 'dt.DecisionTree' Java class
DecisionTree
dt

Class DecisionTree



  • public class DecisionTree
    extends java.lang.Object
    • Constructor Detail

      • DecisionTree

        public DecisionTree()
    • Method Detail

      • setAlgorithm

        public void setAlgorithm(Algorithm algorithm)
      • setAttributes

        public DecisionTree setAttributes(java.lang.String[] attributeNames)
        Saves the array of attribute names in an insertion ordered set. The ordering of attribute names is used when addExamples is called to determine which values correspond with which names.
      • setDecisions

        public DecisionTree setDecisions(java.lang.String attributeName,
                                         java.lang.String[] decisions)
      • compile

        public void compile()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.