1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2025-04-01 05:10:43 +00:00
triennale-appunti-steffo/src/routes/Gestinfo/abbr/IDF.js

12 lines
362 B
JavaScript

import React from "react";
import {Help} from "bluelib/lib/components";
import LatexMath from "bluelib/lib/components/LatexMath";
export default function IDF() {
return (
<Help text={"Inverse document frequency, quanto un termine è raro all'interno della collezione di documenti"}><LatexMath>{`idf`}</LatexMath></Help>
)
}
IDF.propTypes = {}