public interface RegressionNode extends Node
| Modifier and Type | Method and Description |
|---|---|
void |
extrapolate(Callback<Double> callback)
Main infer function to give a cluster ID,
The input features are defined through features extractions.
|
void |
learn(double output,
Callback<Boolean> callback)
Main training function to learn from the the expected output,
The input features are defined through features extractions.
|
addToRelation, addToRelationAt, drop, end, forceSet, forceSetAt, free, graph, id, lastModification, nodeTypeName, relation, relationAt, removeFromRelation, removeFromRelationAt, rephase, setTimeSensitivity, time, timeDephasing, timepoints, timeSensitivity, travel, travelInTime, travelInWorld, worldget, getAt, getAtWithDefault, getDMatrix, getDoubleArray, getEGraph, getIntArray, getIntIntMap, getIntStringMap, getLMatrix, getLongArray, getLongLongArrayMap, getLongLongMap, getOrCreate, getOrCreateAt, getRawAt, getRelation, getRelationIndexed, getStringArray, getStringIntMap, getTypedRawAt, getWithDefault, remove, removeAt, set, setAt, type, typeAtvoid learn(double output,
Callback<Boolean> callback)
output - Expected output of the regression in a supervised mannercallback - Called when the learning is completed with the status of learning true/falseCopyright © 2017. All rights reserved.