3.37 mincover : Select itemset with minimum cost

Format

$obj$.mincover $\rightarrow $ $self$

Description

Among all itemsets in $obj$, return the itemset with the minimum cost. The cost value is obtained by mincost Specify the cost with symbol function.

Example

Example 1: Basic Example

Refer to example in maxcover method.

See Also

symbol : Declare items

cost : Total cost of itemsets

maxcover : Select itemset with maximum cost

maxcost : Cost of itemset with maximum cost

mincost : Cost of itemset with minimum cost