public final class NextClosures1C extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NextClosures1C.ResultC<G,M> |
Constructor and Description |
---|
NextClosures1C() |
Modifier and Type | Method and Description |
---|---|
static <G,M> NextClosures1C.ResultC<G,M> |
compute(Context<G,M> cxt,
SetClosureOperator<M> clop,
boolean verbose) |
static <G,M> NextClosures1C.ResultC<G,M> |
compute(Context<G,M> cxt,
SetClosureOperator<M> clop,
boolean verbose,
int cores) |
static <G,M> NextClosures1C.ResultC<G,M> |
compute(Context<G,M> cxt,
SetClosureOperator<M> clop,
boolean verbose,
ThreadPoolExecutor tpe) |
static <G,M> NextClosures1C.ResultC<G,M> |
computeAbove(Context<G,M> cxt,
Collection<M> elements,
boolean verbose) |
static <G,M> NextClosures1C.ResultC<G,M> |
computeBelow(Context<G,M> cxt,
Collection<M> elements,
boolean verbose) |
static <G,M> NextClosures1C.ResultC<G,M> |
computeByMaxCard(Context<G,M> cxt,
int maxCard,
boolean verbose) |
static <G,M> NextClosures1C.ResultC<G,M> |
computeIceberg(Context<G,M> cxt,
int minSupp,
boolean verbose) |
static <G,M> NextClosures1C.ResultC<G,M> |
computeWithBackgroundImplications(Context<G,M> cxt,
Set<Implication<G,M>> backgroundImplications,
boolean verbose) |
public NextClosures1C()
public static final <G,M> NextClosures1C.ResultC<G,M> compute(Context<G,M> cxt, SetClosureOperator<M> clop, boolean verbose, ThreadPoolExecutor tpe)
public static final <G,M> NextClosures1C.ResultC<G,M> compute(Context<G,M> cxt, SetClosureOperator<M> clop, boolean verbose, int cores)
public static final <G,M> NextClosures1C.ResultC<G,M> compute(Context<G,M> cxt, SetClosureOperator<M> clop, boolean verbose)
public static final <G,M> NextClosures1C.ResultC<G,M> computeWithBackgroundImplications(Context<G,M> cxt, Set<Implication<G,M>> backgroundImplications, boolean verbose)
public static final <G,M> NextClosures1C.ResultC<G,M> computeIceberg(Context<G,M> cxt, int minSupp, boolean verbose)
public static final <G,M> NextClosures1C.ResultC<G,M> computeByMaxCard(Context<G,M> cxt, int maxCard, boolean verbose)
public static final <G,M> NextClosures1C.ResultC<G,M> computeBelow(Context<G,M> cxt, Collection<M> elements, boolean verbose)
public static final <G,M> NextClosures1C.ResultC<G,M> computeAbove(Context<G,M> cxt, Collection<M> elements, boolean verbose)
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.