This class is deprecated and is only here to create the alias "frob" for the degree split.
More...
|
| DeprecatedFrobeniusSplit () |
|
virtual const char * | getName () const |
| Returns the name of the strategy. More...
|
|
virtual const char * | getName () const |
| Returns the name of the strategy. More...
|
|
virtual void | getPivot (Term &pivot, Slice &slice) const |
| Sets pivot to the pivot of a pivot split on slice. More...
|
|
virtual void | getPivot (Term &pivot, Slice &slice, const TermGrader &grader) const |
| Sets pivot to the pivot of a pivot split on slice. More...
|
|
virtual bool | isPivotSplit () const |
| If returns true, only call getPivot. More...
|
|
virtual void | getPivot (Term &pivot, Slice &slice) const |
| Sets pivot to the pivot of a pivot split on slice. More...
|
|
virtual void | getPivot (Term &pivot, Slice &slice, const TermGrader &grader) const |
| Sets pivot to the pivot of a pivot split on slice. More...
|
|
virtual size_t | getLabelSplitVariable (const Slice &slice) const |
| Returns the variable to perform a label split on. More...
|
|
virtual bool | isPivotSplit () const |
| If returns true, only call getPivot. More...
|
|
virtual bool | isLabelSplit () const |
| If returns true, only call getLabelSplitVariable. More...
|
|
virtual | ~SplitStrategy () |
|
virtual void | getPivot (Term &pivot, Slice &slice) const =0 |
| Sets pivot to the pivot of a pivot split on slice. More...
|
|
virtual void | getPivot (Term &pivot, Slice &slice, const TermGrader &grader) const =0 |
| Sets pivot to the pivot of a pivot split on slice. More...
|
|
virtual size_t | getLabelSplitVariable (const Slice &slice) const =0 |
| Returns the variable to perform a label split on. More...
|
|
virtual bool | isPivotSplit () const =0 |
| If returns true, only call getPivot. More...
|
|
virtual bool | isLabelSplit () const =0 |
| If returns true, only call getLabelSplitVariable. More...
|
|
virtual const char * | getName () const =0 |
| Returns the name of the strategy. More...
|
|
This class is deprecated and is only here to create the alias "frob" for the degree split.
Definition at line 457 of file SplitStrategy.cpp.