Uses of Class
patsy.PatsyTerm
-
Packages that use PatsyTerm Package Description patsy -
-
Uses of PatsyTerm in patsy
Subclasses of PatsyTerm in patsy Modifier and Type Class Description classPatsyFactorclassPatsyOperationMethods in patsy that return PatsyTerm Modifier and Type Method Description static PatsyTermFormulaParser. parseFormula(java.lang.String string)Methods in patsy that return types with arguments of type PatsyTerm Modifier and Type Method Description java.util.List<PatsyTerm>PatsyOperation. getPatsyTerms()Constructor parameters in patsy with type arguments of type PatsyTerm Constructor Description PatsyOperation(PatsyOperator patsyOperator, java.util.List<PatsyTerm> patsyTerms)
-