Uses of Class
org.knime.base.node.mine.bfn.BasisFunctionPredictorRow

Packages that use BasisFunctionPredictorRow
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.radial Contains the PNN learner and predictor. 
 

Uses of BasisFunctionPredictorRow in org.knime.base.node.mine.bfn
 

Methods in org.knime.base.node.mine.bfn that return BasisFunctionPredictorRow
 BasisFunctionPredictorRow BasisFunctionPortObject.Creator.createPredictorRow(ModelContentRO pp)
          Return specific predictor row for the given ModelContent.
abstract  BasisFunctionPredictorRow BasisFunctionLearnerRow.getPredictorRow()
           
 

Methods in org.knime.base.node.mine.bfn that return types with arguments of type BasisFunctionPredictorRow
 Map<DataCell,List<BasisFunctionPredictorRow>> BasisFunctionPortObject.getBasisFunctions()
           
 Map<DataCell,List<BasisFunctionPredictorRow>> BasisFunctionModelContent.getBasisFunctions()
           
 

Methods in org.knime.base.node.mine.bfn with parameters of type BasisFunctionPredictorRow
abstract  double BasisFunctionPredictorRow.overlap(BasisFunctionPredictorRow bf, boolean symmetric)
          Computes the overlapping of two basis functions.
 

Method parameters in org.knime.base.node.mine.bfn with type arguments of type BasisFunctionPredictorRow
protected  DataCell[] BasisFunctionPredictorCellFactory.predict(DataRow row, Map<DataCell,List<BasisFunctionPredictorRow>> model)
          Predicts an unknown row to the given model.
 

Constructor parameters in org.knime.base.node.mine.bfn with type arguments of type BasisFunctionPredictorRow
BasisFunctionPredictorCellFactory(DataTableSpec dataSpec, DataColumnSpec[] specs, int[] filteredColumns, Map<DataCell,List<BasisFunctionPredictorRow>> model, double dontKnowClass, boolean normClass, boolean appendClassProps)
          Appends one column to the given data to make a prediction for each row using the model which contains one BasisFunctionPredictorRow column.
 

Uses of BasisFunctionPredictorRow in org.knime.base.node.mine.bfn.fuzzy
 

Subclasses of BasisFunctionPredictorRow in org.knime.base.node.mine.bfn.fuzzy
 class FuzzyBasisFunctionPredictorRow
           
 

Methods in org.knime.base.node.mine.bfn.fuzzy that return BasisFunctionPredictorRow
 BasisFunctionPredictorRow FuzzyBasisFunctionPortObject.FuzzyCreator.createPredictorRow(ModelContentRO pp)
          Return specific predictor row for the given ModelContent.
 

Methods in org.knime.base.node.mine.bfn.fuzzy with parameters of type BasisFunctionPredictorRow
 double FuzzyBasisFunctionPredictorRow.overlap(BasisFunctionPredictorRow bf, boolean symmetric)
          Computes the overlapping of two fuzzy basisfunction based on their core spreads.
 

Uses of BasisFunctionPredictorRow in org.knime.base.node.mine.bfn.radial
 

Subclasses of BasisFunctionPredictorRow in org.knime.base.node.mine.bfn.radial
 class RadialBasisFunctionPredictorRow
          A PNN rule used to predict unknown data.
 

Methods in org.knime.base.node.mine.bfn.radial that return BasisFunctionPredictorRow
 BasisFunctionPredictorRow RadialBasisFunctionPortObject.RadialCreator.createPredictorRow(ModelContentRO pp)
          Return specific predictor row for the given ModelContent.
 

Methods in org.knime.base.node.mine.bfn.radial with parameters of type BasisFunctionPredictorRow
 double RadialBasisFunctionPredictorRow.overlap(BasisFunctionPredictorRow bf, boolean symmetric)
          Computes the overlapping based on the standard deviation of both radial basisfunctions.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.