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() |
Number |
requireIntercept() |
Object |
requireTargetCategory() |
RegressionTable |
setIntercept(Number intercept) |
RegressionTable |
setTargetCategory(Object targetCategory) |
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic RegressionTable()
public RegressionTable(Number intercept)
public Number requireIntercept()
public Number getIntercept()
public RegressionTable setIntercept(Number intercept)
public Object requireTargetCategory()
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 © 2024. All rights reserved.