public abstract class Model extends PMMLObject
| Constructor and Description |
|---|
Model() |
getLocator, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic abstract String getModelName()
public abstract MiningFunction requireMiningFunction()
public abstract MiningFunction getMiningFunction()
public abstract Model setMiningFunction(MiningFunction miningFunction)
public abstract String getAlgorithmName()
public abstract boolean isScorable()
public abstract MathContext getMathContext()
public abstract Model setMathContext(MathContext mathContext)
public abstract MiningSchema requireMiningSchema()
public abstract MiningSchema getMiningSchema()
public abstract Model setMiningSchema(MiningSchema miningSchema)
public abstract LocalTransformations getLocalTransformations()
public abstract Model setLocalTransformations(LocalTransformations localTransformations)
public Targets getTargets()
public Model setTargets(Targets targets)
UnsupportedOperationException - If the Targets child element is not supported.public Output getOutput()
public Model setOutput(Output output)
UnsupportedOperationException - If the Output child element is not supported.public ModelStats getModelStats()
public Model setModelStats(ModelStats modelStats)
UnsupportedOperationException - If the ModelStats child element is not supported.public ModelExplanation getModelExplanation()
public Model setModelExplanation(ModelExplanation modelExplanation)
UnsupportedOperationException - If the ModelExplanation child element is not supported.public ModelVerification getModelVerification()
public Model setModelVerification(ModelVerification modelVerification)
UnsupportedOperationException - If the ModelVerification child element is not supported.Copyright © 2022. All rights reserved.