public final class DiscreteInputMappingModel extends InputMappingModel
| Constructor and Description |
|---|
DiscreteInputMappingModel()
Creates an empty DiscreteInputMappingModel
|
| Modifier and Type | Method and Description |
|---|---|
Map<InputTargetPair,Long> |
getPairCounts()
Gets the map of pair counts.
|
void |
setPairCounts(Map<InputTargetPair,Long> pairCounts)
Sets the map of pair counts.
|
public DiscreteInputMappingModel()
public void setPairCounts(Map<InputTargetPair,Long> pairCounts)
(input, target).
Values in the map represent the corresponding count.pairCounts - the map of pair counts.public Map<InputTargetPair,Long> getPairCounts()
(input, target).
Values in the map represent the corresponding count.Copyright © 2024 Actian Corporation. All rights reserved.