public class ClassificationTree extends Object
| Constructor and Description |
|---|
ClassificationTree() |
| Modifier and Type | Method and Description |
|---|---|
Function<String,Map<String,Double>> |
categorizationTree(Map<String,List<String>> categories,
int depth) |
PrintStream |
getVerbose() |
ClassificationTree |
setVerbose(PrintStream verbose) |
public Function<String,Map<String,Double>> categorizationTree(Map<String,List<String>> categories, int depth)
public PrintStream getVerbose()
public ClassificationTree setVerbose(PrintStream verbose)
Copyright © 2017 SimiaCryptus Software. All rights reserved.