?> What are the `mPositive` and `mNegative` parameter... - Aide
QUESTION / RÉPONSE

What are the `mPositive` and `mNegative` parameters used for?

1 consultations

Réponse

The `mPositive` parameter specifies the m value for computing estimated precision for positive terms (default 2), and `mNegative` specifies the m value for computing estimated precision for negative terms (default 4).
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.

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.

brTrain
boolRule

La acción `brTrain` del conjunto de acciones `boolRule` extrae reglas booleanas a partir de datos de texto. Esta acción es fundamental en el text mining para descubrir patrones y relaciones en grandes volúmenes de documentos, permitiendo la creación de modelos de clasificación basados en la presencia o ausencia de términos específicos.