?> Wie gebe ich die Dokument-ID und die Begriffs-ID i... - Aide
QUESTION / RÉPONSE

Wie gebe ich die Dokument-ID und die Begriffs-ID in den Eingabedaten an?

0 consultations

Réponse

Verwenden Sie den Parameter `docId`, um die Variable anzugeben, die die Dokument-ID enthält (Standard: `_document_`), und den Parameter `termId`, um die Variable anzugeben, die die Begriffs-ID enthält (Standard: `_termnum_`).
Action technique liée

Voir la documentation de brScore

Voir l'Action
Thématiques

Voir aussi

brScore
boolRule

The brScore action scores text data based on a set of Boolean rules. These rules are typically generated by the brTrain action and are provided in an input table. The action processes an input document-term table and produces an output table indicating which documents satisfy which rules.

brTrain
boolRule

The brTrain action extracts Boolean rules from a collection of documents. It is a key part of supervised learning for text categorization, creating a human-readable model that explains the classification logic. This action analyzes the relationship between terms present in documents and their assigned categories (targets) to generate a set of IF-THEN rules. These rules can then be used by the brScore action to classify new documents.

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.