Documentation
¶
Index ¶
Constants ¶
View Source
const (
SerializationFormatVersion = "Joi 10"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Modeldata ¶
type Modeldata struct {
// FormatVersion should always be 1 for this structure
FormatVersion string
// Uses the classifier name (provided by the classifier)
Name string
// ClassifierVersion is also provided by the classifier
// and checks whether this version of GoLearn can read what's
// be written.
Version string
Data []byte
}
in a classification file format.
Click to show internal directories.
Click to hide internal directories.