|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PMMLPortObjectSpec | |
---|---|
org.knime.base.node.io.pmml.read | |
org.knime.base.node.mine.cluster | |
org.knime.base.node.mine.decisiontree2 | |
org.knime.base.node.mine.neural.mlp | This package contains the classes for the MultiLayerPerceptron Predictor node. |
org.knime.base.node.mine.regression | Contains nodes and utility classes for linear and polynomial regression. |
org.knime.base.node.mine.regression.linear | Contains classes for linear regression. |
org.knime.base.node.mine.subgroupminer | This package contains everything necessary for normal subgroup mining. |
org.knime.base.node.mine.svm | The scm package contains all classes necessary for Support Vector Machine learning (package learner) and prediction (predict). |
org.knime.core.node.port.pmml |
Uses of PMMLPortObjectSpec in org.knime.base.node.io.pmml.read |
---|
Methods in org.knime.base.node.io.pmml.read that return PMMLPortObjectSpec | |
---|---|
PMMLPortObjectSpec |
PMMLImport.getPortObjectSpec()
|
Uses of PMMLPortObjectSpec in org.knime.base.node.mine.cluster |
---|
Methods in org.knime.base.node.mine.cluster with parameters of type PMMLPortObjectSpec | |
---|---|
void |
PMMLClusterPortObject.loadFrom(PMMLPortObjectSpec spec,
InputStream in,
String version)
|
Constructors in org.knime.base.node.mine.cluster with parameters of type PMMLPortObjectSpec | |
---|---|
PMMLClusterPortObject(double[][] prototypes,
int nrOfClusters,
PMMLPortObjectSpec portSpec)
|
Uses of PMMLPortObjectSpec in org.knime.base.node.mine.decisiontree2 |
---|
Methods in org.knime.base.node.mine.decisiontree2 with parameters of type PMMLPortObjectSpec | |
---|---|
void |
PMMLDecisionTreePortObject.loadFrom(PMMLPortObjectSpec spec,
InputStream stream,
String version)
|
Constructors in org.knime.base.node.mine.decisiontree2 with parameters of type PMMLPortObjectSpec | |
---|---|
PMMLDecisionTreePortObject(DecisionTree tree,
PMMLPortObjectSpec spec)
|
Uses of PMMLPortObjectSpec in org.knime.base.node.mine.neural.mlp |
---|
Methods in org.knime.base.node.mine.neural.mlp with parameters of type PMMLPortObjectSpec | |
---|---|
void |
PMMLNeuralNetworkPortObject.loadFrom(PMMLPortObjectSpec spec,
InputStream in,
String version)
|
Constructors in org.knime.base.node.mine.neural.mlp with parameters of type PMMLPortObjectSpec | |
---|---|
PMMLNeuralNetworkPortObject(PMMLPortObjectSpec spec,
MultiLayerPerceptron mlp)
Constructor. |
Uses of PMMLPortObjectSpec in org.knime.base.node.mine.regression |
---|
Methods in org.knime.base.node.mine.regression with parameters of type PMMLPortObjectSpec | |
---|---|
void |
PMMLRegressionPortObject.loadFrom(PMMLPortObjectSpec spec,
InputStream stream,
String version)
|
Constructors in org.knime.base.node.mine.regression with parameters of type PMMLPortObjectSpec | |
---|---|
PMMLRegressionContentHandler(PMMLPortObjectSpec spec)
Creates a new PMML content handler for regression models. |
|
PMMLRegressionPortObject(PMMLPortObjectSpec spec,
PMMLRegressionContentHandler p)
Creates a new PMML port object for polynomial regression. |
Uses of PMMLPortObjectSpec in org.knime.base.node.mine.regression.linear |
---|
Methods in org.knime.base.node.mine.regression.linear that return PMMLPortObjectSpec | |
---|---|
static PMMLPortObjectSpec |
LinearRegressionContent.createPortObjectSpec(DataTableSpec spec)
Creates a PMML port object spec based on all columns in the given data table spec. |
Uses of PMMLPortObjectSpec in org.knime.base.node.mine.subgroupminer |
---|
Methods in org.knime.base.node.mine.subgroupminer with parameters of type PMMLPortObjectSpec | |
---|---|
void |
PMMLAssociationRulePortObject.loadFrom(PMMLPortObjectSpec spec,
InputStream in,
String version)
|
Constructors in org.knime.base.node.mine.subgroupminer with parameters of type PMMLPortObjectSpec | |
---|---|
PMMLAssociationRulePortObject(PMMLPortObjectSpec spec,
Collection<AssociationRule> rules,
double minSupport,
double minConfidence,
int nrOfTransactions,
int nrOfItems)
Creates a new PMML association rule port object. |
|
PMMLAssociationRulePortObject(PMMLPortObjectSpec spec,
double minSupport,
double minConfidence,
int nrOfTransactions,
int nrOfItems,
Collection<FrequentItemSet> itemsets)
Creates a new PMML association rule port object. |
Uses of PMMLPortObjectSpec in org.knime.base.node.mine.svm |
---|
Methods in org.knime.base.node.mine.svm with parameters of type PMMLPortObjectSpec | |
---|---|
void |
PMMLSVMPortObject.loadFrom(PMMLPortObjectSpec spec,
InputStream in,
String version)
|
Constructors in org.knime.base.node.mine.svm with parameters of type PMMLPortObjectSpec | |
---|---|
PMMLSVMPortObject(PMMLPortObjectSpec spec,
Kernel kernel,
Svm... svms)
Constructor. |
Uses of PMMLPortObjectSpec in org.knime.core.node.port.pmml |
---|
Methods in org.knime.core.node.port.pmml that return PMMLPortObjectSpec | |
---|---|
PMMLPortObjectSpec |
PMMLPortObjectSpecCreator.createSpec()
Creates a new PMMLPortObjectSpec based on the internal attributes
of this creator. |
PMMLPortObjectSpec |
PMMLPortObject.getSpec()
Get specification to this port object. |
static PMMLPortObjectSpec |
PMMLPortObjectSpec.loadFrom(PortObjectSpecZipInputStream in)
|
PMMLPortObjectSpec |
PMMLPortObjectSpecSerializer.loadPortObjectSpec(PortObjectSpecZipInputStream in)
Load a specification from an input stream. |
Methods in org.knime.core.node.port.pmml that return types with arguments of type PMMLPortObjectSpec | |
---|---|
static PortObjectSpec.PortObjectSpecSerializer<PMMLPortObjectSpec> |
PMMLPortObjectSpec.getPortObjectSpecSerializer()
|
Methods in org.knime.core.node.port.pmml with parameters of type PMMLPortObjectSpec | |
---|---|
void |
PMMLPortObject.loadFrom(PMMLPortObjectSpec spec,
InputStream in,
String version)
|
void |
PMMLPortObjectSpecSerializer.savePortObjectSpec(PMMLPortObjectSpec portObjectSpec,
PortObjectSpecZipOutputStream out)
Saves the port specification to an output stream. |
static void |
PMMLPortObjectSpec.writeMiningSchema(PMMLPortObjectSpec portSpec,
TransformerHandler handler)
Writes the MiningSchema based upon the fields of the passed PMMLPortObjectSpec . |
Constructors in org.knime.core.node.port.pmml with parameters of type PMMLPortObjectSpec | |
---|---|
PMMLPortObject(PMMLPortObjectSpec spec,
PMMLModelType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |