package
0.3.1
Repository: https://github.com/machinebox/sdk-go.git
Documentation: pkg.go.dev

# Functions

FeatureImageBase64 makes a Feature that is a base64 encoded image.
FeatureImageURL makes a Feature that points to a hosted image.
FeatureKeyword makes a textual Feature that will not be tokenized.
FeatureList makes a Feature made up of multiple keywords.
FeatureNumber makes a numerical Feature.
FeatureText makes a textual Feature that will be tokenized.
New makes a new Client for the box at the specified address.
NewModel creates a new Model.

# Structs

Class is a predicted choice.
ClassStats contains per-class statistics.
Client is an HTTP client that can make requests to the box.
Example is a set of Feature properties with their associated Class which is used to teach Classificationbox models.
Feature represents a single feature, to describe an input.
Model represents a single model inside Classificationbox.
ModelOptions describes the behaviours of a Model.
ModelStats are the statistics for a Model.
PredictRequest contains information about the prediction that Classificationbox will make.
PredictResponse contains prediction choices.