-
- All Implemented Interfaces:
-
kotlin.Comparable
public final class NamedScoreVector extends ScoreVectorCreated by vincent on 17-4-20. Copyright @ 2013-2017 Platon AI. All rights reserved
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNamedScoreVector.Companion
-
Constructor Summary
Constructors Constructor Description NamedScoreVector()NamedScoreVector(List<ScoreEntry> entries)
-
Method Summary
Modifier and Type Method Description final ScoreEntryget(Name name)final UnitsetValue(Name name, Integer value)final UnitsetValue(Name name, Long value)final UnitsetValue(Name name, Float value)-
Methods inherited from class ai.platon.pulsar.crawl.scoring.NamedScoreVector
clone, compareTo, equals, get, getDigits, getDimension, getEntries, hashCode, setValue, setValue, setValue, setValue, size, toDouble, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NamedScoreVector
NamedScoreVector()
-
NamedScoreVector
NamedScoreVector(List<ScoreEntry> entries)
-
-
-
-