public static final class GroundingAPI.GroundRuleInfo extends Object
Modifier and Type | Field and Description |
---|---|
int[] |
atoms |
float[] |
coefficients |
float |
constant |
String |
operator |
int |
ruleIndex |
Constructor and Description |
---|
GroundRuleInfo(int ruleIndex,
String operator,
float constant,
float[] coefficients,
int[] atoms) |
public int ruleIndex
public String operator
public float constant
public float[] coefficients
public int[] atoms
public GroundRuleInfo(int ruleIndex, String operator, float constant, float[] coefficients, int[] atoms)
Copyright © 2022 University of California, Santa Cruz. All rights reserved.