public class LewisTree extends UserDefinedTree
derived by Weka from table2. data Lewis, "Human Cytochrome P450 Substrate Selectivity and characteristics" vol <= 227.83 | vol <= 146.5: CYP2E1 (7.0/1.0) ////rule low volume | vol > 146.5 //medium | | a_d2 <= 2.244: CYP2A6 (7.0/2.0) | | a_d2 > 2.244: CYP1A2 (7.0/1.0) vol > 227.83 //rule high volume | logP <= 0.9: CYP2B6 (3.0) | logP > 0.9 | | pKa <= 7.97 | | | vol <= 291.99: CYP2C (10.0/2.0) | | | vol > 291.99: CYP3A4 (3.0) | | pKa > 7.97 | | | a_d2 <= 1.735: CYP2D6 (5.0/1.0) | | | a_d2 > 1.735: CYP2B6 (6.0/4.0)
IDecisionInteractive.UserOptions| Modifier and Type | Field and Description |
|---|---|
static String[] |
c_rules |
editable, listener, nodesFactory, optionscategories, changes, explanation, falseIfRuleNotImplemented, imageSize, logger, modified, name, priority, rules, treeRoot, webxmltag_CATEGORIES, xmltag_CATEGORY, xmltag_CATEGORYTHRESHOLD, xmltag_CLASS, xmltag_EXPLANATION, xmltag_ID, xmltag_METHOD, xmltag_METHODPARAMETER, xmltag_METHODS, xmltag_NAME, xmltag_RULE, xmltag_RULEEXAMPLE, xmltag_RULES, xmltag_TREEROOT| Constructor and Description |
|---|
LewisTree() |
| Modifier and Type | Method and Description |
|---|---|
org.openscience.cdk.qsar.DescriptorSpecification |
getSpecification() |
calculate, clone, close, createArrayResult, getBranch, getBranch, getCategory, getCategory, getDescriptorNames, getDescriptorResultType, getID, getInteractive, getListener, getNodesFactory, getOptions, getParameterNames, getParameters, getParameterType, getRule, hasUnreachableRules, hasUnusedCategories, initialise, initRules, isEditable, isEnabled, open, process, removeListener, setArrayValue, setEditable, setEnabled, setInteractive, setListener, setNodesFactory, setOptions, setParameters, setParameters, setTransitions, toString, verifyRules, visitCategories, visitRulesaddDecisionRule, addPropertyChangeListener, classify, clearChanged, createDecisionResult, equals, explainRules, fromXML, getCategories, getEditor, getExplanation, getImage, getImage, getImageSize, getLegend, getNumberOfClasses, getNumberOfRules, getPriority, getRule, getRules, getTitle, getTopRule, isFalseIfRuleNotImplemented, isModified, isWeb, optionsPanel, printResults, printToStream, removePropertyChangeListener, retrieveExplanation, setCategories, setChanged, setDecisionRule, setExplanation, setFalseIfRuleNotImplemented, setImageSize, setModified, setPriority, setRules, setRules, setTitle, setWeb, testRulesWithSelector, toShallowXML, toXML, update, verifyResidues, verifyRules, walkRules, walkRulesaddObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObserverspublic static final transient String[] c_rules
public org.openscience.cdk.qsar.DescriptorSpecification getSpecification()
getSpecification in interface org.openscience.cdk.qsar.IDescriptorgetSpecification in class UserDefinedTreeCopyright © 2004–2018 Ideaconsult Ltd. All rights reserved.