JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring XD
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.xd.analytics.ml
Interface Analytic<I,O>
Type Parameters:
I
- the input type
O
- the output type
All Known Implementing Classes:
MappedAnalytic
public interface
Analytic<I,O>
Base interface for the definition of analytical logic.
Author:
Thomas Darimont
Method Summary
Methods
Modifier and Type
Method and Description
O
evaluate
(
I
input)
Evaluates the encoded
Analytic
against the given
input
.
Method Detail
evaluate
O
evaluate(
I
input)
Evaluates the encoded
Analytic
against the given
input
.
Parameters:
input
- must not be null
Returns:
the evaluation result
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring XD
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method