Uses of Class
patsy.PatsyOperator
-
Packages that use PatsyOperator Package Description patsy -
-
Uses of PatsyOperator in patsy
Methods in patsy that return PatsyOperator Modifier and Type Method Description PatsyOperatorPatsyOperation. getPatsyOperator()static PatsyOperatorPatsyOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PatsyOperator[]PatsyOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in patsy with parameters of type PatsyOperator Constructor Description PatsyOperation(PatsyOperator patsyOperator, java.util.List<PatsyTerm> patsyTerms)
-