Versions in this module Expand all Collapse all v1 v1.2.1 Jul 30, 2017 v1.2.0 May 30, 2017 v1.1.0 Feb 21, 2017 v1.0.1 Dec 27, 2016 v1.0.0 Nov 30, 2016 Changes in this version + var AllOut bool = false + func MakeFeature(transition, i int, feat interface{}) interface + type AveragedModelStrategy struct + N int + P int + func (u *AveragedModelStrategy) Finalize(m perceptron.Model) perceptron.Model + func (u *AveragedModelStrategy) Init(m perceptron.Model, iterations int) + func (u *AveragedModelStrategy) Update(m perceptron.Model) + type AvgMatrixSparse struct + Extractor *transition.GenericExtractor + Features int + Formatters []util.Format + Generation int + Log bool + Mat []*AvgSparse + func NewAvgMatrixSparse(features int, formatters []util.Format, dense bool) *AvgMatrixSparse + func (t *AvgMatrixSparse) Add(features interface{}) perceptron.Model + func (t *AvgMatrixSparse) AddModel(m perceptron.Model) + func (t *AvgMatrixSparse) AddSubtract(goldFeatures, decodedFeatures interface{}, amount int64) + func (t *AvgMatrixSparse) Copy() perceptron.Model + func (t *AvgMatrixSparse) Deserialize(data *AvgMatrixSparseSerialized) + func (t *AvgMatrixSparse) IncrementGeneration() + func (t *AvgMatrixSparse) Integrate() + func (t *AvgMatrixSparse) Make(dense bool) perceptron.Model + func (t *AvgMatrixSparse) New() perceptron.Model + func (t *AvgMatrixSparse) ScalarDivide(val int64) + func (t *AvgMatrixSparse) Score(features interface{}) int64 + func (t *AvgMatrixSparse) Serialize(generation int) *AvgMatrixSparseSerialized + func (t *AvgMatrixSparse) SetTransitionScores(features []Feature, scores ScoredStore, integrated bool) + func (t *AvgMatrixSparse) String() string + func (t *AvgMatrixSparse) Subtract(features interface{}) perceptron.Model + func (t *AvgMatrixSparse) TransitionScore(transition transition.Transition, features []Feature) int64 + type AvgMatrixSparseSerialized struct + Features []string + Generation int + Mat []interface{} + type Interface interface + TransitionScore func(transition Transition, features []Feature) int64 + type TransitionClassifier func(transition.Transition) string