Package org.tribuo

Class CategoricalIDInfo

All Implemented Interfaces:
Serializable, Cloneable, VariableIDInfo, VariableInfo

public class CategoricalIDInfo extends CategoricalInfo implements VariableIDInfo
Same as a CategoricalInfo, but with an additional int id field.
See Also:
  • Constructor Details

    • CategoricalIDInfo

      public CategoricalIDInfo(CategoricalInfo info, int id)
      Constructs a categorical id info copying the information from the supplied info, with the specified id.
      Parameters:
      info - The info to copy.
      id - The id number to use.
  • Method Details