Documentation ¶ Index ¶ Constants func Mark7() type Iris Constants ¶ View Source const ( // Inputs is the number of inputs Inputs = 4 // Outputs is the number of outputs Outputs = 4 // Embedding is the embedding size Embedding = 3 * 4 // Clusters is the number of clusters Clusters = 3 ) Variables ¶ This section is empty. Functions ¶ func Mark7 ¶ func Mark7() Mark7 is the mark7 model Types ¶ type Iris ¶ type Iris struct { iris.Iris I int Embedding []float32 Cluster int } Iris is a iris data point Source Files ¶ View all Source files model.go Click to show internal directories. Click to hide internal directories.