| Modifier and Type | Method and Description |
|---|---|
void |
learn(Callback<Boolean> callback)
Main training function to learn from the the expected output,
The input features are defined through features extractions.
|
void |
learnWith(double[] features) |
void |
predict(Callback<double[]> callback)
Main infer function to give a cluster ID,
The input features are defined through features extractions.
|
void |
predictWith(double[] features,
Callback<double[]> callback) |
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(Callback<Boolean> callback)
callback - Called when the learning is completed with the status of learning true/falsevoid learnWith(double[] features)
void predict(Callback<double[]> callback)
callback - Called when the infer is completed with the result of the predictionsvoid predictWith(double[] features,
Callback<double[]> callback)
Copyright © 2017. All rights reserved.