Uses of Class
org.dmg.pmml.pmml_4_1.descr.MININGFUNCTION

Packages that use MININGFUNCTION
org.dmg.pmml.pmml_4_1.descr   
 

Uses of MININGFUNCTION in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr declared as MININGFUNCTION
protected  MININGFUNCTION TimeSeriesModel.functionName
           
protected  MININGFUNCTION TextModel.functionName
           
protected  MININGFUNCTION DecisionTree.functionName
           
protected  MININGFUNCTION Scorecard.functionName
           
protected  MININGFUNCTION RuleSetModel.functionName
           
protected  MININGFUNCTION SequenceModel.functionName
           
protected  MININGFUNCTION NearestNeighborModel.functionName
           
protected  MININGFUNCTION NaiveBayesModel.functionName
           
protected  MININGFUNCTION ClusteringModel.functionName
           
protected  MININGFUNCTION NeuralNetwork.functionName
           
protected  MININGFUNCTION AssociationModel.functionName
           
protected  MININGFUNCTION MiningModel.functionName
           
protected  MININGFUNCTION SupportVectorMachineModel.functionName
           
protected  MININGFUNCTION BaselineModel.functionName
           
protected  MININGFUNCTION Regression.functionName
           
protected  MININGFUNCTION GeneralRegressionModel.functionName
           
protected  MININGFUNCTION RegressionModel.functionName
           
protected  MININGFUNCTION TreeModel.functionName
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return MININGFUNCTION
static MININGFUNCTION MININGFUNCTION.fromValue(String v)
           
 MININGFUNCTION TimeSeriesModel.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION TextModel.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION DecisionTree.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION Scorecard.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION RuleSetModel.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION SequenceModel.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION NearestNeighborModel.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION NaiveBayesModel.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION ClusteringModel.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION NeuralNetwork.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION AssociationModel.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION MiningModel.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION SupportVectorMachineModel.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION BaselineModel.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION Regression.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION GeneralRegressionModel.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION RegressionModel.getFunctionName()
          Gets the value of the functionName property.
 MININGFUNCTION TreeModel.getFunctionName()
          Gets the value of the functionName property.
static MININGFUNCTION MININGFUNCTION.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MININGFUNCTION[] MININGFUNCTION.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type MININGFUNCTION
 void TimeSeriesModel.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void TextModel.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void DecisionTree.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void Scorecard.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void RuleSetModel.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void SequenceModel.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void NearestNeighborModel.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void NaiveBayesModel.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void ClusteringModel.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void NeuralNetwork.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void AssociationModel.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void MiningModel.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void SupportVectorMachineModel.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void BaselineModel.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void Regression.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void GeneralRegressionModel.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void RegressionModel.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 void TreeModel.setFunctionName(MININGFUNCTION value)
          Sets the value of the functionName property.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.