?> What is the purpose of the brTrain action in SAS V... - Aide
QUESTION / RÉPONSE

What is the purpose of the brTrain action in SAS Viya?

1 consultations

Réponse

The brTrain action extracts Boolean rules from text data. It is part of the Boolean Rule action set.
Action technique liée

Voir la documentation de brTrain

Voir l'Action
Thématiques

Voir aussi

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.

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

Die Aktion `brTrain` aus dem Aktionssatz `boolRule` extrahiert boolesche Regeln aus Textdaten. Diese Aktion ist besonders nützlich, um interpretierbare Klassifizierungsmodelle zu erstellen, die auf logischen Kombinationen von Begriffen basieren, die in einer Sammlung von Dokumenten gefunden werden. Sie analysiert die Verteilung von Begriffen über positive und negative Dokumentbeispiele hinweg, um aussagekräftige Regeln zu generieren.