Class WekaAssociatorContainer

    • Constructor Detail

      • WekaAssociatorContainer

        public WekaAssociatorContainer()
        Initializes the container.

        Only used for generating help information.
      • WekaAssociatorContainer

        public WekaAssociatorContainer​(weka.associations.Associator model)
        Initializes the container with no header.
        Parameters:
        model - the model to use
      • WekaAssociatorContainer

        public WekaAssociatorContainer​(weka.associations.Associator model,
                                       weka.core.Instances header)
        Initializes the container with no header.
        Parameters:
        model - the model to use
        header - the header to use
      • WekaAssociatorContainer

        public WekaAssociatorContainer​(weka.associations.Associator model,
                                       weka.core.Instances header,
                                       weka.core.Instances data)
        Initializes the container with no header.
        Parameters:
        model - the model to use
        header - the header to use
        data - the data to use
      • WekaAssociatorContainer

        public WekaAssociatorContainer​(weka.associations.Associator model,
                                       weka.core.Instances header,
                                       weka.core.Instances data,
                                       List<weka.associations.AssociationRule> rules)
        Initializes the container with no header.
        Parameters:
        model - the model to use
        header - the header to use
        data - the data to use
        rules - the rules