Documentation ¶
Overview ¶
Package mock_prediction is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPredictor ¶
type MockPredictor struct {
// contains filtered or unexported fields
}
MockPredictor is a mock of Predictor interface.
func NewMockPredictor ¶
func NewMockPredictor(ctrl *gomock.Controller) *MockPredictor
NewMockPredictor creates a new mock instance.
func (*MockPredictor) EXPECT ¶
func (m *MockPredictor) EXPECT() *MockPredictorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPredictor) InputCount ¶
func (m *MockPredictor) InputCount() int
InputCount mocks base method.
func (*MockPredictor) OutputCount ¶
func (m *MockPredictor) OutputCount() int
OutputCount mocks base method.
type MockPredictorMockRecorder ¶
type MockPredictorMockRecorder struct {
// contains filtered or unexported fields
}
MockPredictorMockRecorder is the mock recorder for MockPredictor.
func (*MockPredictorMockRecorder) InputCount ¶
func (mr *MockPredictorMockRecorder) InputCount() *gomock.Call
InputCount indicates an expected call of InputCount.
func (*MockPredictorMockRecorder) OutputCount ¶
func (mr *MockPredictorMockRecorder) OutputCount() *gomock.Call
OutputCount indicates an expected call of OutputCount.
func (*MockPredictorMockRecorder) Predict ¶
func (mr *MockPredictorMockRecorder) Predict(arg0 interface{}) *gomock.Call
Predict indicates an expected call of Predict.
func (*MockPredictorMockRecorder) Train ¶
func (mr *MockPredictorMockRecorder) Train(arg0, arg1 interface{}) *gomock.Call
Train indicates an expected call of Train.
Click to show internal directories.
Click to hide internal directories.