Uses of Class
weka.core.pmml.jaxbbindings.SequenceReference
Packages that use SequenceReference
-
Uses of SequenceReference in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return SequenceReferenceModifier and TypeMethodDescriptionObjectFactory.createSequenceReference()
Create an instance ofSequenceReference
AntecedentSequence.getSequenceReference()
Gets the value of the sequenceReference property.ConsequentSequence.getSequenceReference()
Gets the value of the sequenceReference property.Methods in weka.core.pmml.jaxbbindings with parameters of type SequenceReferenceModifier and TypeMethodDescriptionvoid
AntecedentSequence.setSequenceReference
(SequenceReference value) Sets the value of the sequenceReference property.void
ConsequentSequence.setSequenceReference
(SequenceReference value) Sets the value of the sequenceReference property.