| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
ConfusionMatrix |
ToxForestData.classifyAll(IDecisionMethodsList methods) |
| Modifier and Type | Method and Description |
|---|---|
static IDecisionMethodsList |
Introspection.loadForest(InputStream stream) |
static IDecisionMethodsList |
Introspection.loadForestXML(InputStream stream) |
| Modifier and Type | Field and Description |
|---|---|
protected IDecisionMethodsList |
DecisionMethodsDataModule.methods |
| Modifier and Type | Method and Description |
|---|---|
IDecisionMethodsList |
DecisionMethodsDataModule.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
ConfusionMatrix |
DecisionMethodData.classifyAll(IDecisionMethodsList methods) |
void |
DecisionMethodsDataModule.setMethods(IDecisionMethodsList methods) |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchDecisionResultsList
Encapsulates
DecisionResultsList as IDecisionMethod. |
class |
DecisionMethodsList
A list of
IDecisionMethod |
class |
DecisionResultsList |
| Constructor and Description |
|---|
DecisionMethodsTableModel(IDecisionMethodsList list) |
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.