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 ofSequenceReferenceAntecedentSequence.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 TypeMethodDescriptionvoidAntecedentSequence.setSequenceReference(SequenceReference value) Sets the value of the sequenceReference property.voidConsequentSequence.setSequenceReference(SequenceReference value) Sets the value of the sequenceReference property.