public class PrecisionRecallStateFactory extends Object implements AccumulatorStateFactory<PrecisionRecallState>
Modifier and Type | Class and Description |
---|---|
static class |
PrecisionRecallStateFactory.GroupedState |
static class |
PrecisionRecallStateFactory.SingleState |
Constructor and Description |
---|
PrecisionRecallStateFactory() |
Modifier and Type | Method and Description |
---|---|
PrecisionRecallState |
createGroupedState() |
PrecisionRecallState |
createSingleState() |
Class<? extends PrecisionRecallState> |
getGroupedStateClass() |
Class<? extends PrecisionRecallState> |
getSingleStateClass() |
public PrecisionRecallState createSingleState()
createSingleState
in interface AccumulatorStateFactory<PrecisionRecallState>
public Class<? extends PrecisionRecallState> getSingleStateClass()
getSingleStateClass
in interface AccumulatorStateFactory<PrecisionRecallState>
public PrecisionRecallState createGroupedState()
createGroupedState
in interface AccumulatorStateFactory<PrecisionRecallState>
public Class<? extends PrecisionRecallState> getGroupedStateClass()
getGroupedStateClass
in interface AccumulatorStateFactory<PrecisionRecallState>
Copyright © 2012–2022. All rights reserved.