public class ClassificationTree extends Object
Constructor and Description |
---|
ClassificationTree() |
Modifier and Type | Method and Description |
---|---|
Function<CharSequence,Map<CharSequence,Double>> |
categorizationTree(Map<CharSequence,List<CharSequence>> categories,
int depth)
Categorization tree function.
|
PrintStream |
getVerbose()
Gets verbose.
|
ClassificationTree |
setVerbose(PrintStream verbose)
Sets verbose.
|
public Function<CharSequence,Map<CharSequence,Double>> categorizationTree(Map<CharSequence,List<CharSequence>> categories, int depth)
categories
- the categoriesdepth
- the depthpublic PrintStream getVerbose()
public ClassificationTree setVerbose(PrintStream verbose)
verbose
- the verboseCopyright © 2019 SimiaCryptus Software. All rights reserved.