Documentation ¶
Index ¶
- Variables
- func GetMediaProof(imagePath string)
- func GetProof(params TemperProofParams, blockTime time.Time) (string, string)
- type DnaOperator
- type IOrganism
- type ITrainer
- type MediaOrganism
- type MediaProof
- type Organism
- type Proof
- type TemperProof
- type TemperProofParams
- type Trainer
- type TrainingData
- type TrainingDataSet
Constants ¶
This section is empty.
Variables ¶
View Source
var FitnessLimit = 1000
Functions ¶
func GetMediaProof ¶
func GetMediaProof(imagePath string)
Types ¶
type DnaOperator ¶
type DnaOperator struct {
// contains filtered or unexported fields
}
func NewOperator ¶
func NewOperator(params TemperProofParams) *DnaOperator
type MediaOrganism ¶
type MediaProof ¶
func (*MediaProof) LoadAndConvert ¶
func (m *MediaProof) LoadAndConvert(imagePath string) *image.RGBA
type TemperProof ¶
type TemperProof interface {
// contains filtered or unexported methods
}
type TemperProofParams ¶
type Trainer ¶
type Trainer struct {
ITrainer
}
func NewTrainer ¶
func NewTrainer() *Trainer
func (*Trainer) GetTrainingSet ¶
type TrainingData ¶
type TrainingData struct {
// contains filtered or unexported fields
}
type TrainingDataSet ¶
type TrainingDataSet []TrainingData
Click to show internal directories.
Click to hide internal directories.