rtm_generate_ensemble
Create a statistical ensemble of Random Trees to model population-level recall from narrative text. Configure ensemble size, branching factor, and recall depth for tailored analysis using the Narrative Graph MCP server.
Instructions
Generate a statistical ensemble of Random Trees to model population-level recall
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ensembleSize | No | Number of trees to generate in the ensemble | |
maxBranchingFactor | No | Maximum number of child nodes (K parameter) | |
maxRecallDepth | No | Maximum depth for recall (D parameter) | |
text | Yes | The narrative text to analyze | |
title | Yes | Title of the narrative |