linearerrors

package
v0.0.0-...-083fbd4 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2015 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EstimatorConstructionError

type EstimatorConstructionError struct {
	// contains filtered or unexported fields
}

func NewEstimatorConstructionError

func NewEstimatorConstructionError(err error) EstimatorConstructionError

func (EstimatorConstructionError) Error

type EstimatorEstimationError

type EstimatorEstimationError struct {
	// contains filtered or unexported fields
}

func NewEstimatorEstimationError

func NewEstimatorEstimationError(err error) EstimatorEstimationError

func (EstimatorEstimationError) Error

func (e EstimatorEstimationError) Error() string

type EstimatorTrainingError

type EstimatorTrainingError struct {
	// contains filtered or unexported fields
}

func NewEstimatorTrainingError

func NewEstimatorTrainingError(err error) EstimatorTrainingError

func (EstimatorTrainingError) Error

func (e EstimatorTrainingError) Error() string

type InvalidNumberOfTargetsError

type InvalidNumberOfTargetsError struct {
	// contains filtered or unexported fields
}

func NewInvalidNumberOfTargetsError

func NewInvalidNumberOfTargetsError(numTargets int) InvalidNumberOfTargetsError

func (InvalidNumberOfTargetsError) Error

type NoFeaturesError

type NoFeaturesError struct{}

func NewNoFeaturesError

func NewNoFeaturesError() NoFeaturesError

func (NoFeaturesError) Error

func (e NoFeaturesError) Error() string

type NonFloatFeaturesTestRowError

type NonFloatFeaturesTestRowError struct{}

func NewNonFloatFeaturesTestRowError

func NewNonFloatFeaturesTestRowError() NonFloatFeaturesTestRowError

func (NonFloatFeaturesTestRowError) Error

type NonFloatFeaturesTrainingSetError

type NonFloatFeaturesTrainingSetError struct{}

func NewNonFloatFeaturesError

func NewNonFloatFeaturesError() NonFloatFeaturesTrainingSetError

func (NonFloatFeaturesTrainingSetError) Error

type NonFloatTargetsTrainingSetError

type NonFloatTargetsTrainingSetError struct{}

func NewNonFloatTargetsError

func NewNonFloatTargetsError() NonFloatTargetsTrainingSetError

func (NonFloatTargetsTrainingSetError) Error

type RowLengthMismatchError

type RowLengthMismatchError struct {
	// contains filtered or unexported fields
}

func NewRowLengthMismatchError

func NewRowLengthMismatchError(numTestRowFeatures, numTrainingSetFeatures int) RowLengthMismatchError

func (RowLengthMismatchError) Error

func (e RowLengthMismatchError) Error() string

type UntrainedRegressorError

type UntrainedRegressorError struct{}

func NewUntrainedRegressorError

func NewUntrainedRegressorError() UntrainedRegressorError

func (UntrainedRegressorError) Error

func (e UntrainedRegressorError) Error() string

Jump to

Keyboard shortcuts

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