public class TreePruningDemo extends Object
| Constructor and Description |
|---|
TreePruningDemo() |
| Modifier and Type | Method and Description |
|---|---|
static int |
computeTotalNumberOfNodes(SimpleDataset dataset,
String representation) |
static TreeNodePruner |
createMaxChildrenPrunerObject(int maxChildren,
String representation) |
static TreeNodePruner |
createMaxNumberOfLeavesPrunerObject(int maxLeaves,
String representation) |
static void |
main(String[] args) |
public static void main(String[] args)
public static int computeTotalNumberOfNodes(SimpleDataset dataset, String representation)
public static TreeNodePruner createMaxNumberOfLeavesPrunerObject(int maxLeaves, String representation)
public static TreeNodePruner createMaxChildrenPrunerObject(int maxChildren, String representation)
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.