JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ai.libs.jaicore.ml.activelearning
Interface ISelectiveSamplingStrategy<I>
All Known Implementing Classes:
PoolBasedUncertaintySamplingStrategy
public interface
ISelectiveSamplingStrategy<I>
A strategy for selective sampling.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
I
nextQueryInstance
()
Chooses the
IInstance
to query next.
Method Detail
nextQueryInstance
I
nextQueryInstance()
Chooses the
IInstance
to query next.
Returns:
IInstance
to query next.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method