|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelContentWO | |
---|---|
org.knime.base.data.neural | This package contains all the necessary classes to build your own neural network. |
org.knime.base.data.normalize | This package contains the utility classes for normalization of DataRows. |
org.knime.base.node.mine.bayes.naivebayes.port | |
org.knime.base.node.mine.bfn | Contains abstract and util classes to train and perform prediction to rule models, also called BasisFunction models. |
org.knime.base.node.mine.bfn.fuzzy | Contains the learner and predictor to train fuzzy rules and apply them to unknown data. |
org.knime.base.node.mine.bfn.fuzzy.membership | Membership function package which are used during training of BasisFunction models. |
org.knime.base.node.mine.bfn.radial | Contains the PNN learner and predictor. |
org.knime.base.node.mine.cluster.assign | This package contains the classes for the Cluster Assigner Node. |
org.knime.base.node.mine.decisiontree2.model | This package contains code for a decision tree model. |
org.knime.base.node.mine.pca | This package contains all classes for the PCA (principal component analysis) Node. |
org.knime.base.node.mine.regression.linear | Contains classes for linear regression. |
org.knime.base.node.mine.sota | Contains the Sota node, which can be used for clustering hirarchically numerical and fuzzy data and visualize the resulting cluster tree. |
org.knime.base.node.mine.sota.logic | Contains the logic classes of SOTA. |
org.knime.base.node.mine.subgroupminer.freqitemset | This package contains the necessary data structures for the 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.base.node.mine.svm.util | This subpackage contains some utility classes for the SVM node. |
org.knime.base.node.preproc.discretization.caim2 | Contains two nodes for class supervised binning and applying such a learned binning model to new data. |
org.knime.core.node | Contains all classes needed to implement a new node in the workflow. |
org.knime.core.node.port | |
org.knime.core.node.port.viewproperty |
Uses of ModelContentWO in org.knime.base.data.neural |
---|
Methods in org.knime.base.data.neural with parameters of type ModelContentWO | |
---|---|
void |
MultiLayerPerceptron.savePredictorParams(ModelContentWO predParams)
Stores this MLP model to config. |
Uses of ModelContentWO in org.knime.base.data.normalize |
---|
Methods in org.knime.base.data.normalize with parameters of type ModelContentWO | |
---|---|
protected void |
AffineTransConfiguration.save(ModelContentWO model)
Saves this object to the argument model content. |
void |
AffineTransTable.save(ModelContentWO settings)
Saves internals to the argument settings object. |
protected void |
NormalizerPortObject.save(ModelContentWO model,
ExecutionMonitor exec)
Saves this object to model content object. |
Uses of ModelContentWO in org.knime.base.node.mine.bayes.naivebayes.port |
---|
Methods in org.knime.base.node.mine.bayes.naivebayes.port with parameters of type ModelContentWO | |
---|---|
protected void |
NaiveBayesPortObjectSpec.save(ModelContentWO model)
Saves this object to model content object. |
protected void |
NaiveBayesPortObject.save(ModelContentWO model,
ExecutionMonitor exec)
Saves this object to model content object. |
Uses of ModelContentWO in org.knime.base.node.mine.bfn |
---|
Methods in org.knime.base.node.mine.bfn with parameters of type ModelContentWO | |
---|---|
void |
BasisFunctionPredictorRow.save(ModelContentWO pp)
Saves this row into a model content. |
void |
BasisFunctionModelContent.save(ModelContentWO modelCont)
Save the given rule model and model spec into this model content object. |
protected void |
BasisFunctionPortObject.save(ModelContentWO model,
ExecutionMonitor exec)
Saves this object to model content object. |
void |
BasisFunctionLearnerTable.saveInfos(ModelContentWO pp)
Saves the results of the training to the given object as string key-value pairs. |
Uses of ModelContentWO in org.knime.base.node.mine.bfn.fuzzy |
---|
Methods in org.knime.base.node.mine.bfn.fuzzy with parameters of type ModelContentWO | |
---|---|
void |
FuzzyBasisFunctionPredictorRow.save(ModelContentWO pp)
Saves this row into a model content. |
Uses of ModelContentWO in org.knime.base.node.mine.bfn.fuzzy.membership |
---|
Methods in org.knime.base.node.mine.bfn.fuzzy.membership with parameters of type ModelContentWO | |
---|---|
void |
MembershipFunction.save(ModelContentWO pp)
Saves this membership function the given model content. |
Uses of ModelContentWO in org.knime.base.node.mine.bfn.radial |
---|
Methods in org.knime.base.node.mine.bfn.radial with parameters of type ModelContentWO | |
---|---|
void |
RadialBasisFunctionPredictorRow.save(ModelContentWO pp)
Saves this row into a model content. |
Uses of ModelContentWO in org.knime.base.node.mine.cluster.assign |
---|
Methods in org.knime.base.node.mine.cluster.assign with parameters of type ModelContentWO | |
---|---|
void |
Prototype.save(ModelContentWO model)
Saves the Prototype to a ModelContentWO object. |
Uses of ModelContentWO in org.knime.base.node.mine.decisiontree2.model |
---|
Methods in org.knime.base.node.mine.decisiontree2.model with parameters of type ModelContentWO | |
---|---|
void |
DecisionTreeNodeSplit.saveNodeInternalsToPredParams(ModelContentWO pConf,
boolean saveKeysAndPatterns)
Save internal node settings to a model content object. |
abstract void |
DecisionTreeNode.saveNodeInternalsToPredParams(ModelContentWO pConf,
boolean saveKeysAndPatterns)
Save internal node settings to a model content object. |
void |
DecisionTreeNodeLeaf.saveNodeInternalsToPredParams(ModelContentWO pConf,
boolean saveKeysAndPatterns)
Save internal node settings to a model content object. |
abstract void |
DecisionTreeNodeSplit.saveNodeSplitInternalsToPredParams(ModelContentWO pConf)
save internal SplitNode settings to a ModelContent object. |
void |
DecisionTreeNodeSplitNominalBinary.saveNodeSplitInternalsToPredParams(ModelContentWO pConf)
Deprecated. save internal SplitNode settings to a ModelContent object. |
void |
DecisionTreeNodeSplitPMML.saveNodeSplitInternalsToPredParams(ModelContentWO pConf)
save internal SplitNode settings to a ModelContent object. |
void |
DecisionTreeNodeSplitContinuous.saveNodeSplitInternalsToPredParams(ModelContentWO pConf)
Deprecated. save internal SplitNode settings to a ModelContent object. |
void |
DecisionTreeNodeSplitNominal.saveNodeSplitInternalsToPredParams(ModelContentWO pConf)
Deprecated. save internal SplitNode settings to a ModelContent object. |
void |
DecisionTreeNode.saveToPredictorParams(ModelContentWO predParams,
boolean saveColorsAndKeys)
Save node to a model content object. |
void |
DecisionTree.saveToPredictorParams(ModelContentWO pConf,
boolean saveKeysAndPatterns)
Save decision tree to a ModelContent object. |
Uses of ModelContentWO in org.knime.base.node.mine.pca |
---|
Methods in org.knime.base.node.mine.pca with parameters of type ModelContentWO | |
---|---|
protected void |
PCAModelPortObject.save(ModelContentWO model,
ExecutionMonitor exec)
Saves this object to model content object. |
Uses of ModelContentWO in org.knime.base.node.mine.regression.linear |
---|
Methods in org.knime.base.node.mine.regression.linear with parameters of type ModelContentWO | |
---|---|
void |
LinearRegressionContent.save(ModelContentWO par)
Saves the regression model into the model content object. |
Uses of ModelContentWO in org.knime.base.node.mine.sota |
---|
Methods in org.knime.base.node.mine.sota with parameters of type ModelContentWO | |
---|---|
protected void |
SotaPortObjectSpec.save(ModelContentWO model)
Saves this object to model content object. |
protected void |
SotaPortObject.save(ModelContentWO model,
ExecutionMonitor exec)
Saves this object to model content object. |
Uses of ModelContentWO in org.knime.base.node.mine.sota.logic |
---|
Methods in org.knime.base.node.mine.sota.logic with parameters of type ModelContentWO | |
---|---|
void |
SotaDoubleCell.saveTo(ModelContentWO modelContent)
Saves the value of the SotaCell to the given
ModelContentWO . |
void |
SotaCell.saveTo(ModelContentWO modelContent)
Saves the value of the SotaCell to the given
ModelContentWO . |
void |
SotaFuzzyCell.saveTo(ModelContentWO modelContent)
Saves the value of the SotaCell to the given
ModelContentWO . |
void |
SotaTreeCell.saveTo(ModelContentWO modelContent,
int index)
Saves the value of the SotaTreeCell to the given
ModelContentWO . |
Uses of ModelContentWO in org.knime.base.node.mine.subgroupminer.freqitemset |
---|
Methods in org.knime.base.node.mine.subgroupminer.freqitemset with parameters of type ModelContentWO | |
---|---|
void |
AssociationRuleModel.saveToModelContent(ModelContentWO model)
|
void |
FrequentItemSetModel.saveToModelContent(ModelContentWO model)
Saves the itemsets to the model. |
Uses of ModelContentWO in org.knime.base.node.mine.svm |
---|
Methods in org.knime.base.node.mine.svm with parameters of type ModelContentWO | |
---|---|
void |
Svm.saveToPredictorParams(ModelContentWO predParams,
String id)
Save the Support Vector Machine for later use. |
Uses of ModelContentWO in org.knime.base.node.mine.svm.util |
---|
Methods in org.knime.base.node.mine.svm.util with parameters of type ModelContentWO | |
---|---|
void |
DoubleVector.saveTo(ModelContentWO predParams,
String id)
Save the vector to a ModelContent object. |
Uses of ModelContentWO in org.knime.base.node.preproc.discretization.caim2 |
---|
Methods in org.knime.base.node.preproc.discretization.caim2 with parameters of type ModelContentWO | |
---|---|
protected void |
DiscretizationModel.save(ModelContentWO model,
ExecutionMonitor exec)
Saves this object to model content object. |
void |
DiscretizationModel.saveToModelContent(ModelContentWO modelContent)
Saves this model to a ModelContentWO object. |
Uses of ModelContentWO in org.knime.core.node |
---|
Classes in org.knime.core.node that implement ModelContentWO | |
---|---|
class |
ModelContent
This ModelContent is used to store XML-like model settings. |
Methods in org.knime.core.node that return ModelContentWO | |
---|---|
ModelContentWO |
ModelContent.addModelContent(String key)
Creates new ModelContentWO object for the given key and
returns it. |
ModelContentWO |
ModelContentWO.addModelContent(String key)
Creates new ModelContentWO object for the given key and
returns it. |
Uses of ModelContentWO in org.knime.core.node.port |
---|
Methods in org.knime.core.node.port with parameters of type ModelContentWO | |
---|---|
protected abstract void |
AbstractSimplePortObjectSpec.save(ModelContentWO model)
Saves this object to model content object. |
protected abstract void |
AbstractSimplePortObject.save(ModelContentWO model,
ExecutionMonitor exec)
Saves this object to model content object. |
Uses of ModelContentWO in org.knime.core.node.port.viewproperty |
---|
Methods in org.knime.core.node.port.viewproperty with parameters of type ModelContentWO | |
---|---|
protected void |
ViewPropertyPortObject.save(ModelContentWO model,
ExecutionMonitor exec)
Saves this object to model content object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |