output

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2021 License: MIT Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Output

type Output struct {
	// Labels is a slice of labels (classes) used for deciding where to place new
	// data.
	Labels []string `json:"labels"`
	// CasesTotal is the number of entities collected during training.
	CasesTotal float64 `json:"casesTotal"`
	// LabelCases is the number of entities partitioned to their corresponding
	// labels during training.
	LabelCases map[string]float64 `json:"labelCases"`
	// FeatureCases is the entities from training paritioned by separate
	// features.
	FeatureCases map[string]map[string]map[string]float64 `json:"featureCases"`
}

Output is a printing/serializing friendly presentation of data from private fields of Bayes implementation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL