1 / 41

The Knowledge Flow Interface

The Knowledge Flow Interface. 資管碩一 602630559 段怡安. 12.1 Getting Started 12.2 Knowledge Flow Components 12.3 Configuring and Connecting the Components 12.4 Incremental Learning. Introduction.

jetta
Download Presentation

The Knowledge Flow Interface

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Knowledge Flow Interface 資管碩一 602630559 段怡安

  2. 12.1 Getting Started • 12.2 Knowledge Flow Components • 12.3 Configuring and Connecting the Components • 12.4 Incremental Learning

  3. Introduction • In the knowledge flow users select Weka components from a toolbar, place them on a layout canvas, and connect them into a directed graph that processes and analyzes data. • It helps in visualizing the flow of data

  4. Basic operations • WekaGUI Chooser window • Select the third button i.e. Knowledge Flow Button.

  5. New window is wekaknowledge Flow Environment.

  6. Getting started • Demonstration We will build an ARFF loader that performs a cross validation using J48 • Steps: 1. From the Data Source tab select an ARFF loader and configure it. 2. To specify which attribute is the class we use ClassAssigner object from Evaluation tab.

  7. 1. From the Data Source tab select an ARFF loader and configure it.

  8. 1. From the Data Source tab select an ARFF loader and configure it.

  9. 1. From the Data Source tab select an ARFF loader and configure it.

  10. 1. From the Data Source tab select an ARFF loader and configure it.

  11. 1. From the Data Source tab select an ARFF loader and configure it.

  12. 2. To specify which attribute is the class we use ClassAssigner object from Evaluation tab.

  13. 3. Connect the DataSource and ClassAssigner by right clicking on DataSource and select dataset from the menu.

  14. 3. Select dataset by right clicking on DataSource

  15. 4. Choose the class from ClassAssigner by right clicking on it and selecting the Configure option. 5. To use cross validation, select it from Evaluation tab. 6. Connect the output of ClassAssigner to CrossValidationFoldMaker.

  16. 5. To use cross validation, select it from Evaluation tab.

  17. 6. Connect the output of ClassAssigner to CrossValidationFoldMaker.

  18. 7. Now select a J48 from the Classifiers tab and connect. 8. Connect J48 to CrossValidationFoldMaker first by training set and then by test set.

  19. 7. Now select a J48 from the Classifiers tab and connect.

  20. 8. Connect J48 to CrossValidationFoldMakerfirst by training set and then by test set.

  21. 9. The next step is to select a ClassifierPerformanceEvaluator from the Evaluation tab and connect J48 to it by selecting the batchClassifier entry from the pop-up menu for J48.

  22. 9. select a ClassifierPerformanceEvaluator from the Evaluation tab and connect J48 to it by selecting the batchClassifier

  23. 9. select a ClassifierPerformanceEvaluator from the Evaluation tab and connect J48 to it by selecting the batchClassifier

  24. 10. Finally, from the Visualization toolbar we place a TextViewer component on the canvas. 11. Add a graph viewer and connect it to J48 ‘s graph output to see a graphical representation of the trees produced for each fold of the cross-validation

  25. 10. from the Visualization toolbar we place a TextViewer component on the canvas

  26. 11. Add a graph viewer and connect it

  27. The Knowledge Flow components

  28. Configuring and connecting the components

  29. Incremental learning

  30. The end

More Related