Uses of Class
weka.core.TechnicalInformation.Type

Packages that use TechnicalInformation.Type
weka.core   
 

Uses of TechnicalInformation.Type in weka.core
 

Methods in weka.core that return TechnicalInformation.Type
 TechnicalInformation.Type TechnicalInformation.getType()
          returns the type of this technical information
static TechnicalInformation.Type TechnicalInformation.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TechnicalInformation.Type[] TechnicalInformation.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in weka.core with parameters of type TechnicalInformation.Type
 TechnicalInformation TechnicalInformation.add(TechnicalInformation.Type type)
          Adds an empty technical information with the given type to the list of additional informations and returns the instance.
 

Constructors in weka.core with parameters of type TechnicalInformation.Type
TechnicalInformation(TechnicalInformation.Type type)
          Initializes the information with the given type
TechnicalInformation(TechnicalInformation.Type type, String id)
          Initializes the information with the given type
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.