Uses of Interface
toxTree.core.IDecisionMethodsList

Packages that use IDecisionMethodsList
toxTree.apps.toxForest   
toxTree.core This packages contains only interface definitions, defining essential classes in toxTree application. 
toxtree.data   
toxTree.tree This packages contains abstract and default classes implementing the interfaces defined in toxTree.core package. 
toxtree.ui.tree User interface for viewing and editing a decision tree IDecisionMethod 
 

Uses of IDecisionMethodsList in toxTree.apps.toxForest
 

Methods in toxTree.apps.toxForest with parameters of type IDecisionMethodsList
 ConfusionMatrix ToxForestData.classifyAll(IDecisionMethodsList methods)
           
 

Uses of IDecisionMethodsList in toxTree.core
 

Methods in toxTree.core that return IDecisionMethodsList
static IDecisionMethodsList Introspection.loadForest(java.io.InputStream stream)
           
static IDecisionMethodsList Introspection.loadForestXML(java.io.InputStream stream)
           
 

Uses of IDecisionMethodsList in toxtree.data
 

Fields in toxtree.data declared as IDecisionMethodsList
protected  IDecisionMethodsList DecisionMethodsDataModule.methods
           
 

Methods in toxtree.data that return IDecisionMethodsList
 IDecisionMethodsList DecisionMethodsDataModule.getMethods()
           
 

Methods in toxtree.data with parameters of type IDecisionMethodsList
 ConfusionMatrix DecisionMethodData.classifyAll(IDecisionMethodsList methods)
           
 void DecisionMethodsDataModule.setMethods(IDecisionMethodsList methods)
           
 

Uses of IDecisionMethodsList in toxTree.tree
 

Classes in toxTree.tree that implement IDecisionMethodsList
 class BatchDecisionResultsList
          Encapsulates DecisionResultsList as IDecisionMethod.
 class DecisionMethodsList
          A list of IDecisionMethod
 class DecisionResultsList
           
 

Uses of IDecisionMethodsList in toxtree.ui.tree
 

Constructors in toxtree.ui.tree with parameters of type IDecisionMethodsList
DecisionMethodsTableModel(IDecisionMethodsList list)
           
 



Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.