Package | Description |
---|---|
weka.core.pmml |
Modifier and Type | Method and Description |
---|---|
protected static PMMLFactory.ModelType |
PMMLFactory.getModelType(Document doc)
Get the type of model
|
static PMMLFactory.ModelType |
PMMLFactory.ModelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PMMLFactory.ModelType[] |
PMMLFactory.ModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static Element |
PMMLFactory.getModelElement(Document doc,
PMMLFactory.ModelType modelType)
Get the Element that contains the pmml model
|
protected static PMMLModel |
PMMLFactory.getModelInstance(Document doc,
PMMLFactory.ModelType modelType,
Element model,
Instances dataDictionary,
MiningSchema miningSchema)
Get an instance of a PMMLModel from the supplied Document
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.