decision

package
v0.0.0-...-e121adf Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// within a given metric in a view, only look back at the last N values
	VIEW_METRIC_HISTORY_SIZE = 2
)

Variables

This section is empty.

Functions

This section is empty.

Types

type InferenceAlgo

type InferenceAlgo interface {
	InferPano(panorama *pb.Panorama, workbook map[string]*pb.Inference) *pb.Inference
	InferView(view *pb.View) *pb.Inference
}

type SimpleMajorityInference

type SimpleMajorityInference struct {
	ViewSummaries map[string]*pb.Inference
}

func (SimpleMajorityInference) InferPano

func (self SimpleMajorityInference) InferPano(panorama *pb.Panorama, workbook map[string]*pb.Inference) *pb.Inference

func (SimpleMajorityInference) InferView

func (self SimpleMajorityInference) InferView(view *pb.View) *pb.Inference

Jump to

Keyboard shortcuts

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