Skip to content

Latest commit

 

History

History
179 lines (88 loc) · 6.32 KB

topic_description.md

File metadata and controls

179 lines (88 loc) · 6.32 KB

Untitled object in undefined Type

object (Details)

Untitled object in undefined Properties

Property Type Required Nullable Defined by
lg string Optional cannot be null Untitled schema
topic integer Required cannot be null Untitled schema
topic_model string Optional cannot be null Untitled schema
topic_description string Optional cannot be null Untitled schema
meta string Optional cannot be null Untitled schema
word_probs array Required cannot be null Untitled schema

lg

lg

lg Type

string

topic

topic

topic Type

integer

topic_model

topic_model

topic_model Type

string

topic_description

topic_description

topic_description Type

string

meta

meta

meta Type

string

word_probs

word_probs

word_probs Type

object[] (Details)

Untitled object in undefined Definitions

Definitions group word_prob

Reference this group by using

{"$ref":"https://impresso.github.io/impresso-schemas/json/topic_model/topic_description.schema.json#/definitions/word_prob"}
Property Type Required Nullable Defined by
word string Required cannot be null Untitled schema
prob number Required cannot be null Untitled schema

word

word

word Type

string

prob

prob

prob Type

number

prob Constraints

maximum: the value of this number must smaller than or equal to: 1

minimum: the value of this number must greater than or equal to: 0