Package org.dmg.pmml.naive_bayes
Class TargetValueCount
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.naive_bayes.TargetValueCount
-
- All Implemented Interfaces:
java.io.Serializable,HasExtensions<TargetValueCount>,HasLocator,HasValue<TargetValueCount>,Visitable
public class TargetValueCount extends PMMLObject implements HasExtensions<TargetValueCount>, HasValue<TargetValueCount>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TargetValueCount()TargetValueCount(java.lang.Object value, java.lang.Number count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VisitorActionaccept(Visitor visitor)TargetValueCountaddExtensions(Extension... extensions)java.lang.NumbergetCount()java.util.List<Extension>getExtensions()java.lang.ObjectgetValue()booleanhasExtensions()java.lang.NumberrequireCount()java.lang.ObjectrequireValue()TargetValueCountsetCount(java.lang.Number count)TargetValueCountsetValue(java.lang.Object value)-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
-
-
-
Method Detail
-
requireValue
public java.lang.Object requireValue()
- Specified by:
requireValuein interfaceHasValue<TargetValueCount>
-
getValue
public java.lang.Object getValue()
- Specified by:
getValuein interfaceHasValue<TargetValueCount>
-
setValue
public TargetValueCount setValue(java.lang.Object value)
- Specified by:
setValuein interfaceHasValue<TargetValueCount>
-
requireCount
public java.lang.Number requireCount()
-
getCount
public java.lang.Number getCount()
-
setCount
public TargetValueCount setCount(java.lang.Number count)
-
hasExtensions
public boolean hasExtensions()
- Specified by:
hasExtensionsin interfaceHasExtensions<TargetValueCount>
-
getExtensions
public java.util.List<Extension> getExtensions()
- Specified by:
getExtensionsin interfaceHasExtensions<TargetValueCount>
-
addExtensions
public TargetValueCount addExtensions(Extension... extensions)
- Specified by:
addExtensionsin interfaceHasExtensions<TargetValueCount>
-
accept
public VisitorAction accept(Visitor visitor)
-
-