public class RegressionTable extends PMMLObject implements HasExtensions<RegressionTable>
| Constructor and Description |
|---|
RegressionTable() |
RegressionTable(Number intercept) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
RegressionTable |
addCategoricalPredictors(CategoricalPredictor... categoricalPredictors) |
RegressionTable |
addExtensions(Extension... extensions) |
RegressionTable |
addNumericPredictors(NumericPredictor... numericPredictors) |
RegressionTable |
addPredictorTerms(PredictorTerm... predictorTerms) |
List<CategoricalPredictor> |
getCategoricalPredictors() |
List<Extension> |
getExtensions() |
Number |
getIntercept() |
List<NumericPredictor> |
getNumericPredictors() |
List<PredictorTerm> |
getPredictorTerms() |
Object |
getTargetCategory() |
boolean |
hasCategoricalPredictors() |
boolean |
hasExtensions() |
boolean |
hasNumericPredictors() |
boolean |
hasPredictorTerms() |
RegressionTable |
setIntercept(Number intercept) |
RegressionTable |
setTargetCategory(Object targetCategory) |
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic RegressionTable()
public RegressionTable(Number intercept)
public Number getIntercept()
public RegressionTable setIntercept(Number intercept)
public Object getTargetCategory()
public RegressionTable setTargetCategory(Object targetCategory)
public boolean hasExtensions()
hasExtensions in interface HasExtensions<RegressionTable>public List<Extension> getExtensions()
getExtensions in interface HasExtensions<RegressionTable>public RegressionTable addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<RegressionTable>public boolean hasNumericPredictors()
public List<NumericPredictor> getNumericPredictors()
public RegressionTable addNumericPredictors(NumericPredictor... numericPredictors)
public boolean hasCategoricalPredictors()
public List<CategoricalPredictor> getCategoricalPredictors()
public RegressionTable addCategoricalPredictors(CategoricalPredictor... categoricalPredictors)
public boolean hasPredictorTerms()
public List<PredictorTerm> getPredictorTerms()
public RegressionTable addPredictorTerms(PredictorTerm... predictorTerms)
public VisitorAction accept(Visitor visitor)
Copyright © 2019 University of Tartu. All rights reserved.