1 | # list of standard toolbars (containing bean tools that do not wrap weka |
---|
2 | # base class types) |
---|
3 | weka.gui.beans.KnowledgeFlow.standardToolBars=\ |
---|
4 | Evaluation,\ |
---|
5 | Visualization |
---|
6 | |
---|
7 | # Specifies the tools for each standard toolbar |
---|
8 | weka.gui.beans.KnowledgeFlow.Evaluation=weka.gui.beans.TrainingSetMaker,\ |
---|
9 | weka.gui.beans.TestSetMaker,\ |
---|
10 | weka.gui.beans.CrossValidationFoldMaker,\ |
---|
11 | weka.gui.beans.TrainTestSplitMaker,\ |
---|
12 | weka.gui.beans.InstanceStreamToBatchMaker,\ |
---|
13 | weka.gui.beans.ClassAssigner,\ |
---|
14 | weka.gui.beans.ClassValuePicker,\ |
---|
15 | weka.gui.beans.ClassifierPerformanceEvaluator,\ |
---|
16 | weka.gui.beans.IncrementalClassifierEvaluator,\ |
---|
17 | weka.gui.beans.ClustererPerformanceEvaluator,\ |
---|
18 | weka.gui.beans.PredictionAppender,\ |
---|
19 | weka.gui.beans.SerializedModelSaver |
---|
20 | weka.gui.beans.KnowledgeFlow.Visualization=weka.gui.beans.DataVisualizer,\ |
---|
21 | weka.gui.beans.ScatterPlotMatrix,\ |
---|
22 | weka.gui.beans.AttributeSummarizer,\ |
---|
23 | weka.gui.beans.ModelPerformanceChart,\ |
---|
24 | weka.gui.beans.CostBenefitAnalysis,\ |
---|
25 | weka.gui.beans.TextViewer,\ |
---|
26 | weka.gui.beans.GraphViewer,\ |
---|
27 | weka.gui.beans.StripChart |
---|
28 | |
---|
29 | # the bean panel processes keys in the generic object editor properties file. |
---|
30 | # If there is a corresponding entry here, then a toolbar is constructed using |
---|
31 | # the specified wrapper bean |
---|
32 | weka.core.converters.Loader=weka.gui.beans.Loader |
---|
33 | weka.core.converters.Saver=weka.gui.beans.Saver |
---|
34 | weka.classifiers.Classifier=weka.gui.beans.Classifier |
---|
35 | weka.filters.Filter=weka.gui.beans.Filter |
---|
36 | weka.clusterers.Clusterer=weka.gui.beans.Clusterer |
---|
37 | weka.associations.Associator=weka.gui.beans.Associator |
---|
38 | # weka.attributeSelection.ASEvaluation=weka.gui.beans.AttributeSelector |
---|
39 | |
---|
40 | # toolbar ordering information for wrapper types |
---|
41 | weka.core.converters.Loader.order=0 |
---|
42 | weka.core.converters.Saver.order=1 |
---|
43 | weka.filters.Filter.order=3 |
---|
44 | weka.classifiers.Classifier.order=4 |
---|
45 | weka.clusterers.Clusterer.order=5 |
---|
46 | weka.associations.Associator.order=6 |
---|
47 | # weka.attributeSelection.ASEvaluation.order=6 |
---|
48 | |
---|
49 | # toolbar naming aliases for weka algorithm classes |
---|
50 | weka.core.converters.Loader.alias=DataSources |
---|
51 | weka.core.converters.Saver.alias=DataSinks |
---|
52 | weka.classifiers.Classifier.alias=Classifiers |
---|
53 | weka.clusterers.Clusterer.alias=Clusterers |
---|
54 | weka.filters.Filter.alias=Filters |
---|
55 | weka.associations.Associator.alias=Associations |
---|
56 | |
---|
57 | # GUI behaviour |
---|
58 | ScrollBarIncrementLayout=20 |
---|
59 | ScrollBarIncrementComponents=50 |
---|
60 | FlowWidth=1024 |
---|
61 | FlowHeight=768 |
---|
62 | PreferredExtension=.kf |
---|
63 | UserComponentsInXML=false |
---|
64 | |
---|
65 | # colours |
---|
66 | weka.gui.beans.StripChart.backgroundColour=black |
---|
67 | weka.gui.beans.StripChart$LegendPanel.borderColour=blue |
---|
68 | #weka.gui.beans.StripChart.backgroundColour=white |
---|
69 | #weka.gui.beans.StripChart$LegendPanel.borderColour=black |
---|