Uses of Interface
org.dmg.pmml.Indexable
-
Packages that use Indexable Package Description org.dmg.pmml org.dmg.pmml.association org.dmg.pmml.general_regression org.dmg.pmml.nearest_neighbor org.dmg.pmml.sequence org.dmg.pmml.support_vector_machine org.dmg.pmml.text -
-
Uses of Indexable in org.dmg.pmml
Subinterfaces of Indexable in org.dmg.pmml Modifier and Type Interface Description interfaceHasRequiredId<E extends PMMLObject & HasRequiredId<E>>interfaceHasRequiredName<E extends PMMLObject & HasRequiredName<E>>Classes in org.dmg.pmml that implement Indexable Modifier and Type Class Description classDataFieldclassDefineFunctionclassDerivedFieldclassField<E extends Field<E>>classMiningFieldclassOutputFieldclassParameterFieldclassPartitionclassResultFieldclassTargetclassTaxonomyclassVerificationField -
Uses of Indexable in org.dmg.pmml.association
Classes in org.dmg.pmml.association that implement Indexable Modifier and Type Class Description classItemclassItemset -
Uses of Indexable in org.dmg.pmml.general_regression
Classes in org.dmg.pmml.general_regression that implement Indexable Modifier and Type Class Description classParameter -
Uses of Indexable in org.dmg.pmml.nearest_neighbor
Classes in org.dmg.pmml.nearest_neighbor that implement Indexable Modifier and Type Class Description classInstanceField -
Uses of Indexable in org.dmg.pmml.sequence
Classes in org.dmg.pmml.sequence that implement Indexable Modifier and Type Class Description classSequenceclassSetPredicate -
Uses of Indexable in org.dmg.pmml.support_vector_machine
Classes in org.dmg.pmml.support_vector_machine that implement Indexable Modifier and Type Class Description classVectorInstance -
Uses of Indexable in org.dmg.pmml.text
Classes in org.dmg.pmml.text that implement Indexable Modifier and Type Class Description classTextDocument
-