public abstract class Model extends PMMLObject
| Constructor and Description |
|---|
Model() |
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic abstract String getModelName()
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 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 abstract ModelStats getModelStats()
public abstract Model setModelStats(ModelStats modelStats)
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 © 2019 University of Tartu. All rights reserved.