Documentation of 'ca.pfv.spmf.algorithms.sequential_rules.trulegrowth_with_strings.Itemset' Java class
Itemset
ca.pfv.spmf.algorithms.sequential_rules.trulegrowth_with_strings

Class Itemset



  • public class Itemset
    extends java.lang.Object
    This class represents an itemset (a list of items where items are strings) as used by the TRuleGrowth implementation that takes strings as input.
    See Also:
    AlgoTRuleGrowth_withStrings
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addItem(java.lang.String value) 
      java.lang.String get(int index) 
      java.util.List<java.lang.String> getItems() 
      void print() 
      int size() 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Itemset

        public Itemset()
      • Itemset

        public Itemset(java.lang.String item)
      • Itemset

        public Itemset(Itemset itemset)
    • Method Detail

      • addItem

        public void addItem(java.lang.String value)
      • getItems

        public java.util.List<java.lang.String> getItems()
      • get

        public java.lang.String get(int index)
      • print

        public void print()
      • toString

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

        public int size()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.