Package io.weaviate.client.v1.data.model
Class ReferenceMetaClassification
- java.lang.Object
-
- io.weaviate.client.v1.data.model.ReferenceMetaClassification
-
public class ReferenceMetaClassification extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReferenceMetaClassification.ReferenceMetaClassificationBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReferenceMetaClassification.ReferenceMetaClassificationBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)DoublegetClosestLosingDistance()DoublegetClosestOverallDistance()DoublegetClosestWinningDistance()LonggetLosingCount()DoublegetLosingDistance()DoublegetMeanLosingDistance()DoublegetMeanWinningDistance()LonggetOverallCount()LonggetWinningCount()DoublegetWinningDistance()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static ReferenceMetaClassification.ReferenceMetaClassificationBuilder builder()
-
getClosestLosingDistance
public Double getClosestLosingDistance()
-
getClosestOverallDistance
public Double getClosestOverallDistance()
-
getClosestWinningDistance
public Double getClosestWinningDistance()
-
getLosingCount
public Long getLosingCount()
-
getLosingDistance
public Double getLosingDistance()
-
getMeanLosingDistance
public Double getMeanLosingDistance()
-
getMeanWinningDistance
public Double getMeanWinningDistance()
-
getOverallCount
public Long getOverallCount()
-
getWinningCount
public Long getWinningCount()
-
getWinningDistance
public Double getWinningDistance()
-
canEqual
protected boolean canEqual(Object other)
-
-