Uses of Class
org.apache.mahout.classifier.df.node.Node.Type

Packages that use Node.Type
org.apache.mahout.classifier.df.node   
 

Uses of Node.Type in org.apache.mahout.classifier.df.node
 

Methods in org.apache.mahout.classifier.df.node that return Node.Type
protected  Node.Type NumericalNode.getType()
           
protected abstract  Node.Type Node.getType()
           
protected  Node.Type Leaf.getType()
           
protected  Node.Type CategoricalNode.getType()
           
static Node.Type Node.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Node.Type[] Node.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.