?> What is the `docInfo` parameter used for?... - Aide
QUESTION / RÉPONSE

What is the `docInfo` parameter used for?

2 consultations

Réponse

The `docInfo` parameter specifies the information about the document table. It includes subparameters like `events`, `id` (which is required and specifies the document ID variable), `table` (the input data table with document info), `targets` (the target variables), and `targetType` (BINARY, MULTICLASS, or MULTILABEL).
Action technique liée

Voir la documentation de brTrain

Voir l'Action
Thématiques

Voir aussi

brScore
boolRule

L'action `brScore` du jeu d'actions `boolRule` est utilisée pour évaluer des données textuelles en appliquant un ensemble de règles booléennes pré-définies. Elle identifie quels documents satisfont quelles règles, ce qui est fondamental pour la catégorisation de documents, le filtrage de contenu ou l'application de logiques métier sur des corpus de texte.

brScore
boolRule

Die Aktion `brScore` bewertet Textdaten basierend auf einem Satz boolescher Regeln, die typischerweise von der Aktion `brTrain` generiert werden. Sie identifiziert, welche Dokumente in einem Eingabedatensatz die Kriterien der einzelnen Regeln erfüllen, und erstellt eine Ausgabetabelle mit den Übereinstimmungsergebnissen. Diese Aktion ist nützlich, um zuvor extrahierte Regeln auf neue Daten anzuwenden und Dokumente entsprechend zu kategorisieren oder zu filtern.

brScore
boolRule

La acción `brScore` del conjunto de acciones `boolRule` se utiliza para puntuar datos de texto aplicando un conjunto de reglas booleanas predefinidas. Estas reglas, generalmente generadas por la acción `brTrain`, se aplican a los documentos de entrada para determinar si cumplen con los criterios especificados. Es una herramienta fundamental en el text mining para categorizar o filtrar documentos según patrones de términos específicos, identificando qué documentos satisfacen qué reglas.