Property | Type | Description | |
---|---|---|---|
Context | List |
||
Depth | int | ||
Root | |||
TreeSize | int |
Method | Description | |
---|---|---|
CTWContextTree ( int depth ) : System | ||
Clear ( ) : void | ||
GenerateRandomSymbols ( int symbolCount ) : int[] | ||
GenerateRandomSymbolsAndUpdate ( int symbolCount ) : int[] | ||
Predict ( int symbolList ) : double | ||
get_model_size ( ) : int | ||
print_tree ( ) : void | ||
revert_tree ( int symbolCount = 1 ) : void | ||
revert_tree_history ( int symbolCount ) : void | ||
update_context ( ) : void | ||
update_tree ( int symbolList ) : void | ||
update_tree_history ( int symbol ) : void |
public GenerateRandomSymbols ( int symbolCount ) : int[] | ||
symbolCount | int | |
return | int[] |
public GenerateRandomSymbolsAndUpdate ( int symbolCount ) : int[] | ||
symbolCount | int | |
return | int[] |
public revert_tree ( int symbolCount = 1 ) : void | ||
symbolCount | int | |
return | void |
public revert_tree_history ( int symbolCount ) : void | ||
symbolCount | int | |
return | void |
public update_tree_history ( int symbol ) : void | ||
symbol | int | |
return | void |