Uses of Class
org.android.activityminer.pmml.model.miningschema.MiningField

Packages that use MiningField
org.android.activityminer.pmml.model.miningschema PMML - Mining schema representation. 
 

Uses of MiningField in org.android.activityminer.pmml.model.miningschema
 

Fields in org.android.activityminer.pmml.model.miningschema with type parameters of type MiningField
private  List<MiningField> MiningSchema.miningFields
          The mining fields
 

Methods in org.android.activityminer.pmml.model.miningschema that return types with arguments of type MiningField
 List<MiningField> MiningSchema.getMiningFields()
          Getter for the miningFields
 

Method parameters in org.android.activityminer.pmml.model.miningschema with type arguments of type MiningField
 void MiningSchema.setMiningFields(List<MiningField> miningFields)
          Setter for the miningFields