Toggle navigation
Home
org.apache.ignite.ml.math.functions.IgniteFunction to org.apache.ignite.ml.IgniteModel
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'ignite'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
after.apply(apply(t))
to
after.predict(predict(t))
after.apply(this.after.apply(i))
to
after.predict(this.after.apply(i))